mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	This PR bumps version to 1.12.3 for preparation of the next release. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			128 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package coremain
 | |
| 
 | |
| // Various CoreDNS constants.
 | |
| const (
 | |
| 	CoreVersion = "1.12.3"
 | |
| 	CoreName    = "CoreDNS"
 | |
| 	serverType  = "dns"
 | |
| )
 |