diff --git a/netlify.toml b/netlify.toml index bc86fe5..81760b2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "v0.108.0" + HUGO_VERSION = "v0.111.0" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -11,10 +11,10 @@ command = "hugo --minify" [context.deploy-preview.environment] - HUGO_VERSION = "v0.108.0" + HUGO_VERSION = "v0.111.0" [context.branch-deploy] command = "hugo" [context.branch-deploy.environment] - HUGO_VERSION = "v0.108.0" + HUGO_VERSION = "v0.111.0"