From 6af77ec39168ea71e151b3d64b516506a9293a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 10 May 2018 20:01:53 +0200 Subject: [PATCH] Update to Hugo 0.40.3 (#8436) Note that this site produces the same output running with both 0.40.2 and 0.40.3, but you might as well run with the latest patch release. --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 0471774c33..3eec8fbd74 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ command = "hugo" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/" -HUGO_VERSION = "0.40.2" +HUGO_VERSION = "0.40.3" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -12,11 +12,11 @@ HUGO_ENABLEGITINFO = "true" command = "hugo -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.40.2" +HUGO_VERSION = "0.40.3" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.40.2" +HUGO_VERSION = "0.40.3"