Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MunifTanjim/minimo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunif Tanjim <muniftanjim@gmail.com>2020-04-08 19:52:33 +0300
committerMunif Tanjim <muniftanjim@gmail.com>2020-04-08 19:55:47 +0300
commit0a5232b2838e987287c9978325d2037fe5cbc828 (patch)
tree5eb8970d5696c14b37839cfe5b85c572a10d21e9
parent66c81171f07ab2c7e78e54a8e0a97d48d66db2b6 (diff)
fix [config]: update HUGO_VERSION in netlify.toml
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 860760f..1a0ccd4 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -12,4 +12,4 @@ command = "ln -s ${PWD} ../minimo && hugo --source=exampleSite --baseURL=${DEPLO
[build.environment]
HUGO_THEMESDIR = "../.."
-HUGO_VERSION = "0.55.4"
+HUGO_VERSION = "0.66.0"