From 37a8f5f643437836f4e3e6b0bdd0c56851b4c46c Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 3 Aug 2018 23:09:40 +0200 Subject: [PATCH] Build site with 0.4.0 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 353cd06..5e65eb5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ command = "gutenberg build" [build.environment] - GUTENBERG_VERSION = "0.3.3" + GUTENBERG_VERSION = "0.4.0" [context.deploy-preview] command = "gutenberg build --base-url $DEPLOY_PRIME_URL"