We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6d193 commit 8247b49Copy full SHA for 8247b49
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.6"
+HUGO_VERSION = "0.146.7"
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