We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc3bda commit e50e4b5Copy full SHA for e50e4b5
hugo/cli.py
@@ -10,7 +10,7 @@
10
from pathlib import Path
11
from sys import platform as sysplatform
12
13
-HUGO_VERSION = "0.147.1"
+HUGO_VERSION = "0.147.2"
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