diff --git a/.hugo/version b/.hugo/version index c58922b..ab48d2d 100644 --- a/.hugo/version +++ b/.hugo/version @@ -1 +1 @@ -0.49/extended +0.49.2/extended diff --git a/netlify.toml b/netlify.toml index 1cdf50e..7128d0b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,10 +3,10 @@ command = "make prepare && hugo --source demo --baseURL $URL" [context.production.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.49.2" [context.deploy-preview] command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL" [context.deploy-preview.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.49.2"