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

github.com/gohugoio/hugoThemes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2021-03-06 20:26:51 +0300
committerGitHub <noreply@github.com>2021-03-06 20:26:51 +0300
commit62bb166fd41941a53065d0323d17fa5126f07f12 (patch)
tree03915f9e8f15d76dc6389864e9e4efd744201837
parent0133a94ada9f5eb1d92fc64e8c4bf6fb4f3ddb0d (diff)
Bump Hugo version to 0.81.0
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index fc200fa..629b754 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,8 +1,8 @@
[context.production.environment]
-HUGO_VERSION = "0.80.0"
+HUGO_VERSION = "0.81.0"
HUGO_ENV = "production"
RUBY_VERSION = "2.6.2"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.80.0"
+HUGO_VERSION = "0.81.0"
RUBY_VERSION = "2.6.2"