diff --git a/build/__hugoConstants.sh b/build/__hugoConstants.sh index 39409b63da..09d5c43396 100644 --- a/build/__hugoConstants.sh +++ b/build/__hugoConstants.sh @@ -1,6 +1,6 @@ # This file was auto-generated from 'constants.yaml'. Changes may be overridden. -VERSION='0.112.5' +VERSION='0.124.1' PLATFORM_NAME='hugo' INSTALLED_HUGO_VERSIONS_DIR='/opt/hugo' INSTALLATION_URL_FORMAT='https://github.com/gohugoio/hugo/releases/download/v#VERSION#/#TAR_FILE#' diff --git a/build/constants.yaml b/build/constants.yaml index ee96403030..a74cae08b5 100644 --- a/build/constants.yaml +++ b/build/constants.yaml @@ -401,7 +401,7 @@ directory: src/startupscriptgenerator/src/common/consts - name: hugo-constants constants: - version: 0.112.5 + version: 0.124.1 platform-name: hugo installed-hugo-versions-dir: /opt/hugo installation-url-format: https://github.com/gohugoio/hugo/releases/download/v#VERSION#/#TAR_FILE# diff --git a/src/BuildScriptGenerator/Hugo/HugoConstants.cs b/src/BuildScriptGenerator/Hugo/HugoConstants.cs index c4ed90be09..c6b2408820 100644 --- a/src/BuildScriptGenerator/Hugo/HugoConstants.cs +++ b/src/BuildScriptGenerator/Hugo/HugoConstants.cs @@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Hugo { public static class HugoConstants { - public const string Version = "0.112.5"; + public const string Version = "0.124.1"; public const string PlatformName = "hugo"; public const string InstalledHugoVersionsDir = "/opt/hugo"; public const string InstallationUrlFormat = "https://github.com/gohugoio/hugo/releases/download/v#VERSION#/#TAR_FILE#";