From db66886e08fa3d0b46156d36e3667ee73e000e10 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 3 Nov 2018 13:14:42 +0000 Subject: chore: require Hugo v0.50+ Hugo v0.50 fixes bug with using `hugo new` to create new pages --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index ace83c60..0bc46c9f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,6 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.49.2" + HUGO_VERSION = "0.50" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" -- cgit v1.2.3