Skip to content

Commit 0cdfab3

Browse files
7️⃣ Bump to Hugo 0.147.7
1 parent bd16056 commit 0cdfab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hugo/cli.py

Lines changed: 1 addition & 1 deletion
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.147.6"
13+
HUGO_VERSION = "0.147.7"
1414
FILE_EXT = ".exe" if sysplatform == "win32" else ""
1515
HUGO_PLATFORM = {"darwin": "darwin", "linux": "linux", "win32": "windows"}[sysplatform]
1616

setup.py

Lines changed: 1 addition & 1 deletion
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.147.6"
17+
HUGO_VERSION = "0.147.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)