From f5753513354db3da922b38ee0b8c8ebdba0c1e62 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 31 Jul 2025 11:57:04 +0200 Subject: [PATCH] missed 'v' --- ci/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/src/main.rs b/ci/src/main.rs index a5f1af0..766c49f 100644 --- a/ci/src/main.rs +++ b/ci/src/main.rs @@ -7,7 +7,7 @@ const CADDY_IMAGE: &str = "caddy:v2.10.0"; const ZOLA_PLATFORM: &str = "x86_64"; -const ZOLA_VERSION: &str = "0.21.0"; +const ZOLA_VERSION: &str = "v0.21.0"; const DEBIAN_EDITION: &str = "bookworm"; const DEBIAN_PLATFORM: &str = "amd64";