We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929b91f commit ea0ba97Copy full SHA for ea0ba97
common/hugo/version_current.go
@@ -17,7 +17,7 @@ package hugo
17
// This should be the only one.
18
var CurrentVersion = Version{
19
Major: 0,
20
- Minor: 123,
21
- PatchLevel: 2,
22
- Suffix: "",
+ Minor: 124,
+ PatchLevel: 0,
+ Suffix: "-DEV",
23
}
hugoreleaser.env
@@ -1,7 +1,8 @@
1
# Release env.
2
# These will be replaced by script before release.
3
-HUGORELEASER_TAG=v0.123.1
4
-HUGORELEASER_COMMITISH=3f8434a62fc91a50f4e5bd43a4435d2d301844ff
+HUGORELEASER_TAG=v0.123.2
+HUGORELEASER_COMMITISH=929b91fe75cb0d041f22b4707700dfc117115ad4
5
+
6
7
8
0 commit comments