diff --git a/setup.py b/setup.py index 0e19b5e..19d6a4b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ------ Hugo build configuration and constants ------------------------------------ -HUGO_VERSION = "0.141.0" +HUGO_VERSION = "0.142.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 HUGO_CACHE_DIR = "hugo_cache"