From 9a0085f79dc73957e728d26438d613ba51095fa5 Mon Sep 17 00:00:00 2001 From: dzello Date: Sat, 2 Feb 2019 17:02:35 +0000 Subject: [PATCH] Bump Hugo version to 0.53 --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 2f0b61e..c9d8e40 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo -s exampleSite" publish = "exampleSite/public" [context.production.environment] -HUGO_VERSION = "0.42.2" +HUGO_VERSION = "0.53" [context.deploy-preview.environment] -HUGO_VERSION = "0.42.2" +HUGO_VERSION = "0.53"