From 98ce8942b4f89872987f041f48fbb226c0330f01 Mon Sep 17 00:00:00 2001 From: Boris Bera Date: Mon, 6 May 2019 13:09:33 -0400 Subject: [PATCH] Pull real version of hugo 0.55.5 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b392e23a0b..12bd7ac6fc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ [build.environment] HUGO_THEME = "repo" HUGO_THEMESDIR = "/opt/build" - HUGO_VERSION = "0.55" + HUGO_VERSION = "0.55.5" [context.production.environment] HUGO_BASEURL = "https://learn.netlify.com/"