From 69777e32f7d2055d3fbe77c83bc549b1912fd8a8 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 22 Dec 2022 09:16:53 +0100 Subject: [PATCH] Upgrade hugo to 0.82 --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index fcc932c07dca9..f47ad4de3ca68 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ THEME := themes/gitea PUBLIC := public ARCHIVE := https://dl.gitea.io/theme/master.tar.gz -HUGO_PACKAGE := github.com/gohugoio/hugo@v0.81.0 +HUGO_PACKAGE := github.com/gohugoio/hugo@v0.82.0 .PHONY: all all: build