Skip to content

Commit

Permalink
Bump minimal required Hugo version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbollmann committed Sep 21, 2023
1 parent 391aee4 commit 47d4aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ endif
#######################################################

# hugo version check
HUGO_VERSION_MIN=58
HUGO_VERSION_MIN=114
HUGO_VERSION=$(shell hugo version | sed 's/^.* v0\.\(.*\)\..*/\1/')
HUGO_VERSION_TOO_LOW:=$(shell [[ $(HUGO_VERSION_MIN) -gt $(HUGO_VERSION) ]] && echo true)
ifeq ($(HUGO_VERSION_TOO_LOW),true)
Expand Down

0 comments on commit 47d4aad

Please sign in to comment.