Skip to content

Commit ab9d83b

Browse files
author
Code Express
committed
Bumped version
1 parent 7054132 commit ab9d83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cidr2ip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const (
14-
Version = "1.0.0"
14+
Version = "2.0.0"
1515
IPRegex = `\b(?:\d{1,3}\.){3}\d{1,3}\b$`
1616
)
1717

0 commit comments

Comments
 (0)