Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Aug 7, 2020
1 parent 1022c54 commit 7765528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ip2proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var as_position = [11]uint8{0, 0, 0, 0, 0, 0, 0, 10, 10, 10, 10}
var lastseen_position = [11]uint8{0, 0, 0, 0, 0, 0, 0, 0, 11, 11, 11}
var threat_position = [11]uint8{0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 12}

const module_version string = "2.4.0"
const module_version string = "3.0.0"

var max_ipv4_range = big.NewInt(4294967295)
var max_ipv6_range = big.NewInt(0)
Expand Down

0 comments on commit 7765528

Please sign in to comment.