summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/new.go2
-rw-r--r--common/hugo/version_current.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/new.go b/commands/new.go
index 80e2acd56..0301ed224 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -341,7 +341,7 @@ description = ""
homepage = "http://example.com/"
tags = []
features = []
-min_version = "0.112.5"
+min_version = "0.112.6"
[author]
name = ""
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index adc87aa42..f904a185c 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -18,6 +18,6 @@ package hugo
var CurrentVersion = Version{
Major: 0,
Minor: 112,
- PatchLevel: 5,
+ PatchLevel: 6,
Suffix: "",
}