From 4a91b4f94acb4636c189b8ecd818c1d86d154b6d Mon Sep 17 00:00:00 2001 From: Boris Bera Date: Mon, 6 May 2019 13:06:07 -0400 Subject: [PATCH] Bump ci to use hugo 0.55 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index bf02f0d794..b392e23a0b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ [build.environment] HUGO_THEME = "repo" HUGO_THEMESDIR = "/opt/build" - HUGO_VERSION = "0.50" + HUGO_VERSION = "0.55" [context.production.environment] HUGO_BASEURL = "https://learn.netlify.com/"