mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-27 08:14:18 -04:00 
			
		
		
		
	See #3727 for the details. Copying release notes verbatim to coredns-1.6.9.md and fix the release script (because Makefile are stupid). Up version to 1.6.9 here as well. Signed-off-by: Miek Gieben <miek@miek.nl>
		
			
				
	
	
		
			9 lines
		
	
	
		
			127 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			127 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package coremain
 | |
| 
 | |
| // Various CoreDNS constants.
 | |
| const (
 | |
| 	CoreVersion = "1.6.9"
 | |
| 	coreName    = "CoreDNS"
 | |
| 	serverType  = "dns"
 | |
| )
 |