Skip to content

Commit 9e204bf

Browse files
Update Hugo to v0.157.0 (#279)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ebb0e8 commit 9e204bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

hugo

Submodule hugo updated 352 files

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ------ Hugo build configuration and constants ------------------------------------
1616

1717
# Also update src/hugo/cli.py
18-
HUGO_VERSION = "0.156.0"
18+
HUGO_VERSION = "0.157.0"
1919

2020
# The Go toolchain will use the hugo_cache/ directory for GOPATH and GOCACHE.
2121
# We will point the build command to that location to build Hugo from source

src/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.156.0"
13+
HUGO_VERSION = "0.157.0"
1414
FILE_EXT = ".exe" if sysplatform == "win32" else ""
1515
HUGO_PLATFORM = {"darwin": "darwin", "linux": "linux", "win32": "windows"}[sysplatform]
1616

0 commit comments

Comments
 (0)