We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5f4d0 commit b9f1986Copy full SHA for b9f1986
internal/interfaces/cli/vercurr.go
@@ -3,6 +3,6 @@ package cli
3
var CurrentVersion = Version{
4
Major: 0,
5
Minor: 2,
6
- PatchLevel: 41,
+ PatchLevel: 42,
7
Suffix: "",
8
}
manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.2.41",
+ "version": "0.2.42",
"name": "Hugoverse",
"description": "Headless CMS for Hugo",
"author": "sunwei",
0 commit comments