From 06a496e3d3ec042b80688e27230dec528e034de9 Mon Sep 17 00:00:00 2001 From: fab Date: Mon, 20 Oct 2025 17:48:43 +0200 Subject: [PATCH] Update WAF version to v0.0.8 --- caddywaf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddywaf.go b/caddywaf.go index 0c78a76..f8215ae 100644 --- a/caddywaf.go +++ b/caddywaf.go @@ -48,7 +48,7 @@ var ( ) // Add or update the version constant as needed -const wafVersion = "v0.0.7" // update this value to the new release version when tagging +const wafVersion = "v0.0.8" // update this value to the new release version when tagging // ==================== Initialization and Setup ====================