From f0da2763e96893d991553773321848ba171b39d7 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 17 Aug 2018 14:08:55 +0200
Subject: [PATCH] [web] Updated Hugo to 0.47.

---
 netlify.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netlify.toml b/netlify.toml
index 87d97a13635..286b6ae4448 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -9,7 +9,7 @@
     hugo"""
 
 [context.production.environment]
-  HUGO_VERSION = "0.42.1"
+  HUGO_VERSION = "0.47"
   HUGO_ENV = "production"
   HUGO_ENABLEGITINFO = "true"
 
@@ -21,7 +21,7 @@
     hugo -b $DEPLOY_PRIME_URL"""
 
 [context.deploy-preview.environment]
-  HUGO_VERSION = "0.42.1"
+  HUGO_VERSION = "0.47"
 
 [context.branch-deploy]
   command = """
@@ -32,4 +32,4 @@
     node_modules/.bin/hugo-algolia --toml -s"""
 
 [context.branch-deploy.environment]
-  HUGO_VERSION = "0.42.1"
+  HUGO_VERSION = "0.47"
-- 
GitLab