We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b37e53 commit 823a180Copy full SHA for 823a180
βhugo/cli.py
@@ -10,7 +10,7 @@
10
from pathlib import Path
11
from sys import platform as sysplatform
12
13
-HUGO_VERSION = "0.146.4"
+HUGO_VERSION = "0.146.5"
14
FILE_EXT = ".exe" if sysplatform == "win32" else ""
15
HUGO_PLATFORM = {"darwin": "darwin", "linux": "linux", "win32": "windows"}[sysplatform]
16
βsetup.py
@@ -14,7 +14,7 @@
# ------ Hugo build configuration and constants ------------------------------------
# Also update hugo/cli.py
17
18
19
# The Go toolchain will download the tarball into the hugo_cache/ directory.
20
# We will point the build command to that location to build Hugo from source
0 commit comments