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
diff options
context:
space:
mode:
-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 f93b04b45..44e111435 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -19,5 +19,5 @@ var CurrentVersion = Version{
Major: 0,
Minor: 104,
PatchLevel: 0,
- Suffix: "-DEV",
+ Suffix: "",
}