Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/new.go
Original file line number Diff line number Diff line change
@@ -348,7 +348,7 @@ description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.114.0"
min_version = "0.115.0"
[author]
name = ""
2 changes: 1 addition & 1 deletion common/hugo/version_current.go
Original file line number Diff line number Diff line change
@@ -19,5 +19,5 @@ var CurrentVersion = Version{
Major: 0,
Minor: 115,
PatchLevel: 0,
Suffix: "-DEV",
Suffix: "",
}

0 comments on commit 67caf50

Please sign in to comment.