Skip to content

Commit

Permalink
releaser: Bump versions for release of 0.128.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed Jul 4, 2024
1 parent 8cf96f2 commit de36c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/hugo/version_current.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 129,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 128,
PatchLevel: 2,
Suffix: "",
}

0 comments on commit de36c1a

Please sign in to comment.