mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 10:43:20 -05: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"
 | 
						|
)
 |