[ruby/ipaddr] Bump up v1.2.6

https://github.com/ruby/ipaddr/commit/247459faa5
This commit is contained in:
Hiroshi SHIBATA 2023-12-16 13:20:16 +08:00
parent 70e3cb8990
commit 4fd3c85acd
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -40,7 +40,7 @@ require 'socket'
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
class IPAddr
VERSION = "1.2.5"
VERSION = "1.2.6"
# 32 bit mask for IPv4
IN4MASK = 0xffffffff