This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9fcc9541b Bump hugo to 0.141.0
9fcc9541b is described below
commit 9fcc9541b603777d1272f99e4e093444d89f3275
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue Jan 21 19:19:18 2025 +0000
Bump hugo to 0.141.0
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9e0dc7d7f..e6ca2e98f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
}
environment {
- HUGO_VERSION = '0.111.3'
+ HUGO_VERSION = '0.141.0'
DEPLOY_BRANCH = 'asf-site'
STAGING_BRANCH = 'asf-staging'
}