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:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2022-03-10 13:25:00 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2022-03-10 13:25:00 +0300
commit3bc34666c8daf29aa64f834f14f753714bc890f4 (patch)
treef5d1e0d52f32324a55b8630fbe4421419cb9d947 /common
parent63b236603ead439b7dd49e5871506eb4f90bd3a9 (diff)
releaser: Prepare repository for 0.95.0-DEVrelease-0.94.0
[ci skip]
Diffstat (limited to 'common')
-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 6ed8c4996..5b836cb03 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -16,7 +16,7 @@ package hugo
// CurrentVersion represents the current build version.
// This should be the only one.
var CurrentVersion = Version{
- Number: 0.94,
+ Number: 0.95,
PatchLevel: 0,
- Suffix: "",
+ Suffix: "-DEV",
}