Skip to content

Commit 10639ca

Browse files
committed
chore: update version constant to v0.2.0
1 parent 5fd63d9 commit 10639ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caddywaf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var (
4949
)
5050

5151
// Add or update the version constant as needed
52-
const wafVersion = "v0.1.3" // update this value to the new release version when tagging
52+
const wafVersion = "v0.2.0" // update this value to the new release version when tagging
5353

5454
// ==================== Initialization and Setup ====================
5555

0 commit comments

Comments
 (0)