diff --git a/hugo/cli.py b/hugo/cli.py index 7de98e3..b36efbd 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.2" +HUGO_VERSION = "0.153.3" 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 91e8843..b93dc6f 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.2" +HUGO_VERSION = "0.153.3" # 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