Skip to content

Commit

Permalink
releaser: Bump versions for release of 0.112.3
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed May 24, 2023
1 parent 231374a commit ba6f74e
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 @@ -337,7 +337,7 @@ description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.112.0"
min_version = "0.112.3"
[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: 3,
Suffix: "",
}

0 comments on commit ba6f74e

Please sign in to comment.