diff options
author | hugoreleaser <[email protected]> | 2023-05-24 14:42:50 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2023-05-24 14:42:50 +0000 |
commit | ba6f74e40420d76f15fc8c2358be90f7aca98e0e (patch) | |
tree | 05c6224eecb4b2fc6183d6425287dd7921841ac8 | |
parent | 231374a1fa0faf66ca3aa51368b97ea6e7317803 (diff) | |
download | hugo-0.112.3.tar.gz hugo-0.112.3.zip |
releaser: Bump versions for release of 0.112.3v0.112.3
[ci skip]
-rw-r--r-- | commands/new.go | 2 | ||||
-rw-r--r-- | common/hugo/version_current.go | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/commands/new.go b/commands/new.go index 8a2b02293..300527107 100644 --- a/commands/new.go +++ b/commands/new.go @@ -337,7 +337,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.112.0" +min_version = "0.112.3" [author] name = "" diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index b101e532b..58300afa8 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: 113, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 112, + PatchLevel: 3, + Suffix: "", } |