Skip to content

Commit 8247b49

Browse files
🕖 Bump to Hugo 0.146.7
1 parent 0e6d193 commit 8247b49

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.6"
13+
HUGO_VERSION = "0.146.7"
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.6"
17+
HUGO_VERSION = "0.146.7"
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)