From 7a0ef2e4fe65b41c93ff033ac74bb926bc8bba87 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Fri, 6 Dec 2019 11:56:52 -0800 Subject: [PATCH] Update Hugo version in netlify.toml to 0.59.1 (#17976) --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a312d030e1..1c8898e0ce 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ functions = "functions" command = "make non-production-build" [build.environment] -HUGO_VERSION = "0.57.2" +HUGO_VERSION = "0.59.1" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"