summaryrefslogtreecommitdiffstats
path: root/common/hugo/version_current.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/hugo/version_current.go')
-rw-r--r--common/hugo/version_current.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index 5f4e104ff..c632c2b8e 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: 126,
- PatchLevel: 0,
- Suffix: "-DEV",
+ PatchLevel: 1,
+ Suffix: "",
}