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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-02 22:37:37 +0300
committerGitHub <noreply@github.com>2019-11-02 22:37:37 +0300
commitdc613daec1cc3419261587800584a2c19e71ebd5 (patch)
tree8c527965927724e2eadb847870401e46f708d8ed
parent0d184ac29da6ceae744736089ce7b2152a5ee6e1 (diff)
Update hugo version in netlify
-rw-r--r--netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index c5e386c..ccafc08 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -13,10 +13,10 @@
command = "bin/netlify.sh"
[context.production.environment]
- HUGO_VERSION = "0.55.6"
+ HUGO_VERSION = "0.58.3"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.55.6"
+ HUGO_VERSION = "0.58.3"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.55.6"
+ HUGO_VERSION = "0.58.3"