We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7054132 commit ab9d83bCopy full SHA for ab9d83b
cidr2ip.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
const (
14
- Version = "1.0.0"
+ Version = "2.0.0"
15
IPRegex = `\b(?:\d{1,3}\.){3}\d{1,3}\b$`
16
17
0 commit comments