From a27b0055bea1dbe50ef10af6aa65a4abd763cae0 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Tue, 18 Jun 2019 12:01:43 +0800 Subject: [PATCH] v0.55.0 rather than v0.55 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index f3f61e8138..db1a94e699 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "site/public/" command = "hugo" [build.environment] -HUGO_VERSION = "0.55" +HUGO_VERSION = "0.55.0" [context.production.environment] HUGO_ENV = "production"