Skip to content

Commit 823a180

Browse files
βœ‹πŸ» Bump to Hugo 0.146.5
1 parent 4b37e53 commit 823a180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žhugo/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pathlib import Path
1111
from sys import platform as sysplatform
1212

13-
HUGO_VERSION = "0.146.4"
13+
HUGO_VERSION = "0.146.5"
1414
FILE_EXT = ".exe" if sysplatform == "win32" else ""
1515
HUGO_PLATFORM = {"darwin": "darwin", "linux": "linux", "win32": "windows"}[sysplatform]
1616

β€Žsetup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ------ Hugo build configuration and constants ------------------------------------
1515

1616
# Also update hugo/cli.py
17-
HUGO_VERSION = "0.146.4"
17+
HUGO_VERSION = "0.146.5"
1818

1919
# The Go toolchain will download the tarball into the hugo_cache/ directory.
2020
# We will point the build command to that location to build Hugo from source

0 commit comments

Comments
Β (0)