From 222efb50f6f994280d4e9c283cdd3e0f9ef6863e Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:24:50 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=94=EF=B8=8F=20Bump=20to=20Hugo=200.142.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"