summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2023-05-24 14:54:43 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2023-05-24 14:54:43 +0000
commit3297b395d8d5fadb45b9055e55458967fb9f4a76 (patch)
tree4cc029c275c4a2479c5ed0c50f000499f4185c12 /common
parentba6f74e40420d76f15fc8c2358be90f7aca98e0e (diff)
releaser: Prepare repository for 0.113.0-DEVrelease-0.112.3
[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 58300afa8..b101e532b 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: 112,
- PatchLevel: 3,
- Suffix: "",
+ Minor: 113,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}