From 76028716007b61ddc7c7e27fd750b555b4dd9dd8 Mon Sep 17 00:00:00 2001 From: zacharysarah Date: Tue, 1 Oct 2019 16:50:22 -0700 Subject: [PATCH] Update Hugo version to 0.57.2 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b0fee252ca..a312d030e1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,7 @@ functions = "functions" command = "make non-production-build" [build.environment] -HUGO_VERSION = "0.53" +HUGO_VERSION = "0.57.2" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"