mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-27 16:24:19 -04:00 
			
		
		
		
	* 1.11.2 release notes and version bump Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.11.2.md Co-authored-by: Brad Beam <bradbeam@users.noreply.github.com> --------- Signed-off-by: Chris O'Haver <cohaver@infoblox.com> Co-authored-by: Brad Beam <bradbeam@users.noreply.github.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package coremain
 | |
| 
 | |
| // Various CoreDNS constants.
 | |
| const (
 | |
| 	CoreVersion = "1.11.2"
 | |
| 	coreName    = "CoreDNS"
 | |
| 	serverType  = "dns"
 | |
| )
 |