From 4bbdc1aff9f02ce3b05cadfefdb5dfc6072f074f Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 5 Jun 2023 01:14:33 +0300 Subject: [PATCH] update hugo to v0.112.7 Signed-off-by: Arhell --- CONTRIBUTING.md | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 405ec56986..e3099b6c9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -416,7 +416,7 @@ site/docs. or use only Hugo -1. Download and install [Hugo 0.111.3](https://github.com/gohugoio/hugo/releases/tag/v0.111.3) extended version. +1. Download and install [Hugo 0.112.7](https://github.com/gohugoio/hugo/releases/tag/v0.112.7) extended version. 2. `cd docs` 3. `hugo server --watch` diff --git a/netlify.toml b/netlify.toml index 0dda95a053..bf0493ad46 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,7 +12,7 @@ command = "go run mage.go -v Docs" [build.environment] - HUGO_VERSION = "0.111.3" + HUGO_VERSION = "0.112.7" GO_VERSION = "1.19.8" [context.branch-deploy]