diff options
author | hugoreleaser <[email protected]> | 2024-12-23 16:26:35 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2024-12-23 16:26:35 +0000 |
commit | a9b0b95ef402a1cc70bc5386d649d947e2bcc027 (patch) | |
tree | e42d13c50f953aadb2408124ed6908139a20c5d4 | |
parent | e229f4b38728fcde2172857c54fcdfdff15bf471 (diff) | |
download | hugo-a9b0b95ef402a1cc70bc5386d649d947e2bcc027.tar.gz hugo-a9b0b95ef402a1cc70bc5386d649d947e2bcc027.zip |
[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 c3ef7c5f8..205a8bca5 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: 141, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 140, + PatchLevel: 1, + Suffix: "", } |