diff options
author | hugoreleaser <[email protected]> | 2024-04-22 17:18:35 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2024-04-22 17:18:35 +0000 |
commit | 474c4c02212cf97712c6fbf4159c68822ea6e078 (patch) | |
tree | 2248d71e4e21c991ad1ae9377063c896d45b88aa | |
parent | 509ab08c1b140de421c376235faa566f87ea666e (diff) | |
download | hugo-474c4c02212cf97712c6fbf4159c68822ea6e078.tar.gz hugo-474c4c02212cf97712c6fbf4159c68822ea6e078.zip |
releaser: Bump versions for release of 0.125.3v0.125.3
[ci skip]
-rw-r--r-- | common/hugo/version_current.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 7b55e3bcb..f766a566f 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -18,6 +18,6 @@ package hugo var CurrentVersion = Version{ Major: 0, Minor: 125, - PatchLevel: 2, + PatchLevel: 3, Suffix: "", } |