From e727343f75a2292868f5af60e11c66ed066e95fb Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 3 Oct 2025 11:41:47 -0400 Subject: [PATCH] Upgrade Hugo to 0.151.0 --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index d0dbab2..d825ba0 100644 --- a/.build.yml +++ b/.build.yml @@ -15,7 +15,7 @@ triggers: condition: failure to: david@davideisinger.com environment: - HUGO_VERSION: 0.150.1 + HUGO_VERSION: 0.151.0 tasks: # Install Hugo + Bundler, and make all subsequent steps cd into site root - setup: |