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-30 15:48:54 +0300
committerGitHub <noreply@github.com>2021-03-30 15:48:54 +0300
commit58d20af0f58d1b417928edc22d3b14aac1b1c350 (patch)
treeef8dcb2a8222e0857cc7d3d86a3cc198709706e0
parent703d292606e1c5cfd7e530dc6455c2c7ca02bd0d (diff)
Bump Hugo version to 0.82.0
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 629b754..9a4ddec 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,8 +1,8 @@
[context.production.environment]
-HUGO_VERSION = "0.81.0"
+HUGO_VERSION = "0.82.0"
HUGO_ENV = "production"
RUBY_VERSION = "2.6.2"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.81.0"
+HUGO_VERSION = "0.82.0"
RUBY_VERSION = "2.6.2"