Skip to content

Commit

Permalink
releaser: Bump versions for release of 0.121.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed Dec 8, 2023
1 parent eb9f1eb commit 00b46fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/hugo/version_current.go
Expand Up @@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 122,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 121,
PatchLevel: 1,
Suffix: "",
}

0 comments on commit 00b46fe

Please sign in to comment.