From fa358411635b57c52c6093433119e5240b20f36d Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Sun, 9 Feb 2020 13:42:21 +0100
Subject: [PATCH] [web] Bump Hugo to 0.64.0

---
 netlify.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netlify.toml b/netlify.toml
index 86aa1aadb9d..be328d8f509 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -10,7 +10,7 @@
     node_modules/.bin/hugo-algolia --toml -s"""
 
 [build.environment] # global variables
-  HUGO_VERSION = "0.60.1"
+  HUGO_VERSION = "0.64.0"
   GIT_LFS_ENABLED = "true"
 
 [context.production.environment]
-- 
GitLab