From 31aa2fe206d9c7ca9e6ee9259cced981c54373ec Mon Sep 17 00:00:00 2001 From: dzello Date: Tue, 7 Aug 2018 17:12:13 +0200 Subject: [PATCH] Bump Hugo version for Netlify deployment --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 80cef0f..2f0b61e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo -s exampleSite" publish = "exampleSite/public" [context.production.environment] -HUGO_VERSION = "0.37.1" +HUGO_VERSION = "0.42.2" [context.deploy-preview.environment] -HUGO_VERSION = "0.37.1" \ No newline at end of file +HUGO_VERSION = "0.42.2"