Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hugo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pathlib import Path
from sys import platform as sysplatform

HUGO_VERSION = "0.154.0"
HUGO_VERSION = "0.154.1"
FILE_EXT = ".exe" if sysplatform == "win32" else ""
HUGO_PLATFORM = {"darwin": "darwin", "linux": "linux", "win32": "windows"}[sysplatform]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ------ Hugo build configuration and constants ------------------------------------

# Also update hugo/cli.py
HUGO_VERSION = "0.154.0"
HUGO_VERSION = "0.154.1"

# The Go toolchain will download the tarball into the hugo_cache/ directory.
# We will point the build command to that location to build Hugo from source
Expand Down
Loading