diff options
author | hugoreleaser <[email protected]> | 2018-07-22 12:12:08 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2018-07-22 12:12:08 +0000 |
commit | 3a6784b162d4a2d9bcf687c4557e09bcf69ad2be (patch) | |
tree | 72d82b10d9e38462b0dfbe269e9da55b58d64452 /helpers | |
parent | 48d7a641d029f85a3d65140b72dd9c7c7bf452b5 (diff) | |
download | hugo-3a6784b162d4a2d9bcf687c4557e09bcf69ad2be.tar.gz hugo-3a6784b162d4a2d9bcf687c4557e09bcf69ad2be.zip |
releaser: Prepare repository for 0.46-DEV
[ci skip]
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/hugo.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go index 3ff7a154a..e6d503577 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -123,9 +123,9 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion { // CurrentHugoVersion represents the current build version. // This should be the only one. var CurrentHugoVersion = HugoVersion{ - Number: 0.45, + Number: 0.46, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } func hugoVersion(version float32, patchVersion int, suffix string) string { |