Skip to content

Commit 20e1391

Browse files
XiuhuaRuanSophia Ruan
andauthored
[*] update the version variable default value to match the current release v2.4.0 (#221)
Co-authored-by: Sophia Ruan <[email protected]>
1 parent bf96185 commit 20e1391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020

2121
var (
2222
// vip-manager version definition
23-
version = "2.0.0"
23+
version = "2.4.0"
2424
)
2525

2626
func getMask(vip netip.Addr, mask int) net.IPMask {

0 commit comments

Comments
 (0)