mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	releaser: Bump versions for release of 0.114.1
[ci skip]
This commit is contained in:
		@@ -341,7 +341,7 @@ description = ""
 | 
			
		||||
homepage = "http://example.com/"
 | 
			
		||||
tags = []
 | 
			
		||||
features = []
 | 
			
		||||
min_version = "0.114.0"
 | 
			
		||||
min_version = "0.114.1"
 | 
			
		||||
 | 
			
		||||
[author]
 | 
			
		||||
  name = ""
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ package hugo
 | 
			
		||||
// This should be the only one.
 | 
			
		||||
var CurrentVersion = Version{
 | 
			
		||||
	Major:      0,
 | 
			
		||||
	Minor:      115,
 | 
			
		||||
	PatchLevel: 0,
 | 
			
		||||
	Suffix:     "-DEV",
 | 
			
		||||
	Minor:      114,
 | 
			
		||||
	PatchLevel: 1,
 | 
			
		||||
	Suffix:     "",
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user