mirror of
https://github.com/gohugoio/hugo.git
synced 2025-12-13 20:36:04 +01:00
releaser: Prepare repository for 0.152.0-DEV
[ci skip]
This commit is contained in:
@@ -17,7 +17,7 @@ package hugo
|
||||
// This should be the only one.
|
||||
var CurrentVersion = Version{
|
||||
Major: 0,
|
||||
Minor: 151,
|
||||
PatchLevel: 2,
|
||||
Suffix: "",
|
||||
Minor: 152,
|
||||
PatchLevel: 0,
|
||||
Suffix: "-DEV",
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# Release env.
|
||||
# These will be replaced by script before release.
|
||||
HUGORELEASER_TAG=v0.151.1
|
||||
HUGORELEASER_COMMITISH=1cdd17882c28a9f23278d38ef03b403954cfb1e5
|
||||
HUGORELEASER_TAG=v0.151.2
|
||||
HUGORELEASER_COMMITISH=a3574f6f70c9b272e3de53cf976018ee3ff16fd1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user