From 1179d8981a7570e943461af26cb891588ff3392c Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 4 Nov 2017 11:38:19 +0000 Subject: [PATCH] oO was running old hugo version --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 63b8cee..aff2d0a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,10 +7,10 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.27-DEV" + HUGO_VERSION = "0.30.2" [context.branch-deploy] command = "hugo -D" [context.branch-deploy.environment] - HUGO_VERSION = "0.27-DEV" + HUGO_VERSION = "0.30.2"