Skip to content

Commit

Permalink
releaser: Bump versions for release of 0.112.5
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed May 29, 2023
1 parent 9e05fba commit 48e33e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion commands/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.112.0"
min_version = "0.112.5"
[author]
name = ""
Expand Down
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: 113,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 112,
PatchLevel: 5,
Suffix: "",
}

0 comments on commit 48e33e1

Please sign in to comment.