mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
releaser: Prepare repository for 0.155.0-DEV
[ci skip]
This commit is contained in:
@@ -19,7 +19,7 @@ import "github.com/gohugoio/hugo/common/version"
|
||||
// This should be the only one.
|
||||
var CurrentVersion = version.Version{
|
||||
Major: 0,
|
||||
Minor: 154,
|
||||
PatchLevel: 5,
|
||||
Suffix: "",
|
||||
Minor: 155,
|
||||
PatchLevel: 0,
|
||||
Suffix: "-DEV",
|
||||
}
|
||||
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
# Release env.
|
||||
# These will be replaced by script before release.
|
||||
HUGORELEASER_TAG=v0.154.4
|
||||
HUGORELEASER_COMMITISH=fbcf0d52a1c34b976ef3960f7ef245d3583dd053
|
||||
HUGORELEASER_TAG=v0.154.5
|
||||
HUGORELEASER_COMMITISH=a6f99cca223a29cad1d4cdaa6a1a90508ac1da71
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user