From 24c0c2fcc1f54293425fc6cf83fcc36181012034 Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi <khos2ow@gmail.com> Date: Mon, 15 Oct 2018 01:19:57 +0000 Subject: [PATCH] Upgrade Hugo to v0.49.2 (#102) --- netlify.toml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 1cdf50e..7128d0b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,10 +3,10 @@ command = "make prepare && hugo --source demo --baseURL $URL" [context.production.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.49.2" [context.deploy-preview] command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL" [context.deploy-preview.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.49.2" -- Gitblit v1.10.0