From d0782884a9b9d76b8b5c3f0c1aeedc4159f753fa Mon Sep 17 00:00:00 2001 From: David Calavera Date: Wed, 19 Jul 2017 11:09:30 -0700 Subject: [PATCH] Update to 0.25.1 before merging. This will set it to the most recent release to date. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 174dfd2..8b07598 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ # Change the version of Hugo you want to use on Netlify # by changing this environment variable. [build.environment] - HUGO_VERSION = "0.21" + HUGO_VERSION = "v0.25.1" [context.deploy-preview] command = "npm run build-preview"