Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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 fa4d07d5f..608f84c70 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -17,6 +17,6 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Number: 0.65,
- PatchLevel: 1,
+ PatchLevel: 2,
Suffix: "",
}