From e176fea226b8a8b92ca5a9f407bf28a2e518e449 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Fri, 19 Dec 2025 15:03:41 +0000 Subject: [PATCH] Update hugo-version to 0.153.0 from 0.152.2 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index 18d6087..57f9595 100644 --- a/buildenv +++ b/buildenv @@ -1,6 +1,6 @@ # Update bump details accordingly. Use bump check to confirm. # bump: hugo-version /HUGO_VERSION="(.*)"/ https://github.com/gohugoio/hugo.git|semver:* -HUGO_VERSION="0.152.2" # Specify a stable release +HUGO_VERSION="0.153.0" # Specify a stable release export ZOPEN_STABLE_TAG="v${HUGO_VERSION}" export ZOPEN_STABLE_URL="https://github.com/gohugoio/hugo.git" export ZOPEN_STABLE_DEPS="check_go wharf parse-gotest"