diff options
author | hugoreleaser <[email protected]> | 2022-05-18 12:01:09 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-05-18 12:01:09 +0000 |
commit | e164834f0aaaf1c58489fab41f5835b66f16b87c (patch) | |
tree | 16528ee7f29a997b9b59ea3e478dc77200ec7051 /common | |
parent | d524067382e60ce2a2248c3133a1b3af206b6ef1 (diff) | |
download | hugo-e164834f0aaaf1c58489fab41f5835b66f16b87c.tar.gz hugo-e164834f0aaaf1c58489fab41f5835b66f16b87c.zip |
releaser: Prepare repository for 0.100.0-DEV
[ci skip]
Diffstat (limited to 'common')
-rw-r--r-- | common/hugo/version_current.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 9b59553ce..8cdbb273e 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: 99, - PatchLevel: 1, - Suffix: "", + Minor: 100, + PatchLevel: 0, + Suffix: "-DEV", } |