diff options
author | hugoreleaser <[email protected]> | 2023-10-31 16:27:18 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2023-10-31 16:27:18 +0000 |
commit | 9c2b2414d231ec1bdaf3e3a030bf148a45c7aa17 (patch) | |
tree | 11eb0bf6bc09420b9b6ff21afff8588105ab9647 | |
parent | ab21433689093a87db68666845d736ad492a056f (diff) | |
download | hugo-9c2b2414d231ec1bdaf3e3a030bf148a45c7aa17.tar.gz hugo-9c2b2414d231ec1bdaf3e3a030bf148a45c7aa17.zip |
releaser: Bump versions for release of 0.120.2v0.120.2
[ci skip]
-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 aa361b189..d73813f2a 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: 121, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 120, + PatchLevel: 2, + Suffix: "", } |