diff --git a/hugo/cli.py b/hugo/cli.py index 5ea9c91..024cb81 100644 --- a/hugo/cli.py +++ b/hugo/cli.py @@ -10,7 +10,7 @@ from pathlib import Path from sys import platform as sysplatform -HUGO_VERSION = "0.153.5" +HUGO_VERSION = "0.154.0" FILE_EXT = ".exe" if sysplatform == "win32" else "" HUGO_PLATFORM = {"darwin": "darwin", "linux": "linux", "win32": "windows"}[sysplatform] diff --git a/setup.py b/setup.py index 49cec44..f622657 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # ------ Hugo build configuration and constants ------------------------------------ # Also update hugo/cli.py -HUGO_VERSION = "0.153.5" +HUGO_VERSION = "0.154.0" # 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