Update WAF version to v0.0.8

This commit is contained in:
fab
2025-10-20 17:48:43 +02:00
committed by GitHub
parent a71b182158
commit 06a496e3d3

View File

@@ -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 ====================