Skip to content

Commit

Permalink
starters: update to support Hugo 0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Mar 3, 2022
1 parent 4945df2 commit bbee7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.15

require (
github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220220182731-98d590223d88 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220220182731-98d590223d88 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220303202439-97a4b87534b0 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220303202439-97a4b87534b0 // indirect
)
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.91.2"
HUGO_VERSION = "0.93.1"
HUGO_ENABLEGITINFO = "true"

[context.production.environment]
Expand Down

0 comments on commit bbee7a2

Please sign in to comment.