From 87879a726ac03f6689904ca36263f7d53d1ba31f Mon Sep 17 00:00:00 2001
From: John Tobin <johntobin@johntobin.ie>
Date: Tue, 23 Apr 2019 13:17:29 +0000
Subject: [PATCH] Replace deprecated .Hugo with hugo. (#171)

---
 netlify.toml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/netlify.toml b/netlify.toml
index 7128d0b..fbd520b 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.2"
+  HUGO_VERSION = "0.54.0"
 
 [context.deploy-preview]
   command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-  HUGO_VERSION = "0.49.2"
+  HUGO_VERSION = "0.54.0"

--
Gitblit v1.10.0