diff --git a/cidr2ip.go b/cidr2ip.go index a7ff673..c5fe7e8 100644 --- a/cidr2ip.go +++ b/cidr2ip.go @@ -11,7 +11,7 @@ import ( ) const ( - Version = "1.0.0" + Version = "2.0.0" IPRegex = `\b(?:\d{1,3}\.){3}\d{1,3}\b$` )