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-06-01 13:11:48 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2022-06-01 13:11:48 +0300
commit0afb4866e345d31cbbcbab4349e43f1d36122806 (patch)
tree45f32d121da061e09eca88939e3a2125a8296f9f /common
parentb1ec0c226f0b7a41fc09505e5efff97edddd6af0 (diff)
releaser: Bump versions for release of 0.100.1v0.100.1
[ci skip]
Diffstat (limited to 'common')
-rw-r--r--common/hugo/version_current.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index d2fe8ad61..d36946fa1 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
- Minor: 101,
- PatchLevel: 0,
- Suffix: "-DEV",
+ Minor: 100,
+ PatchLevel: 1,
+ Suffix: "",
}