From 7f263353e68571a214b1905b8b1aba8c79e1ec0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 3 Jan 2018 11:15:10 +0100 Subject: [PATCH] Bump Netlify to 0.32.2 --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 901acdbb1..3969059c5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.32.1" + HUGO_VERSION = "0.32.2" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.32.1" + HUGO_VERSION = "0.32.2" [context.branch-deploy.environment] - HUGO_VERSION = "0.32.1" + HUGO_VERSION = "0.32.2" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"