Skip to content

Commit

Permalink
releaser: Bump versions for release of 0.115.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed Jul 3, 2023
1 parent c27639b commit 857374e
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 @@ -348,7 +348,7 @@ description = ""
homepage = "http:https://example.com/"
tags = []
features = []
min_version = "0.115.0"
min_version = "0.115.1"
[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: 116,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 115,
PatchLevel: 1,
Suffix: "",
}

0 comments on commit 857374e

Please sign in to comment.