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