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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index 94b20f1ec..e71bda93f 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: 123,
- PatchLevel: 6,
+ PatchLevel: 7,
Suffix: "",
}