Skip to content

Commit 1b88c4a

Browse files
Update ip2proxy.go
1 parent 58b95d0 commit 1b88c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ip2proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ var lastSeenPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 11, 11, 11, 11}
113113
var threatPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 12}
114114
var providerPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13}
115115

116-
const moduleVersion string = "4.0.0"
116+
const moduleVersion string = "4.0.1"
117117

118118
var maxIPV4Range = uint128.From64(4294967295)
119119
var maxIPV6Range = uint128.From64(0)

0 commit comments

Comments
 (0)