This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/asf-site-source by this push:
     new 11748f19e RATIS-2368. Bump Hugo to 0.152.2 (#1326)
11748f19e is described below

commit 11748f19e740e6670712ed7eb053bafbefa59c96
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Dec 5 21:01:12 2025 +0100

    RATIS-2368. Bump Hugo to 0.152.2 (#1326)
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 3ccc0de73..c24c754a9 100755
--- a/build.sh
+++ b/build.sh
@@ -101,7 +101,7 @@ if [ "$?" -ne 0 ]; then
   exit 1
 fi
 
-HUGO_VERSION='hugo v0.142.0'
+HUGO_VERSION='hugo v0.152.2'
 output=$(hugo version)
 if [[ ! $(echo "$output" | grep "${HUGO_VERSION}") ]]; then
   echo "Hugo version mismatched: ${output}"

Reply via email to