Skip to content

Commit 78d297d

Browse files
Update Hugo to v0.155.2 (#270)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8681b03 commit 78d297d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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