Skip to content

Commit 1dc3a8a

Browse files
committed
Update ip2proxy.go
1 parent e0c0699 commit 1dc3a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ip2proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ var lastSeenPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 11, 11, 11, 11}
109109
var threatPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 12}
110110
var providerPosition = [12]uint8{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13}
111111

112-
const moduleVersion string = "3.3.1"
112+
const moduleVersion string = "3.3.2"
113113

114114
var maxIPV4Range = big.NewInt(4294967295)
115115
var maxIPV6Range = big.NewInt(0)

0 commit comments

Comments
 (0)