Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Code Express committed Aug 19, 2022
1 parent 7054132 commit ab9d83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cidr2ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
Version = "1.0.0"
Version = "2.0.0"
IPRegex = `\b(?:\d{1,3}\.){3}\d{1,3}\b$`
)

Expand Down

0 comments on commit ab9d83b

Please sign in to comment.