chore: update WAF version to v0.0.7

This commit is contained in:
fabriziosalmi
2025-10-16 01:03:55 +02:00
parent 8b702b4281
commit 14e4de4b66

View File

@@ -48,7 +48,7 @@ var (
)
// Add or update the version constant as needed
const wafVersion = "v0.0.6" // update this value to the new release version when tagging
const wafVersion = "v0.0.7" // update this value to the new release version when tagging
// ==================== Initialization and Setup ====================