Skip to content

Commit

Permalink
releaser: Prepare repository for 0.127.0-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 30, 2024
1 parent 312b712 commit 420f26b
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: 126,
PatchLevel: 2,
Suffix: "",
Minor: 127,
PatchLevel: 0,
Suffix: "-DEV",
}

0 comments on commit 420f26b

Please sign in to comment.