mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	* bump version and draft release notes Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * bump version and draft release notes Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * tweak noteworthies Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * update authors Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * remove note about new expr features. too esoteric in our use case. Signed-off-by: Chris O'Haver <cohaver@infoblox.com> --------- Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package coremain
 | |
| 
 | |
| // Various CoreDNS constants.
 | |
| const (
 | |
| 	CoreVersion = "1.12.1"
 | |
| 	CoreName    = "CoreDNS"
 | |
| 	serverType  = "dns"
 | |
| )
 |