1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/ipaddr] Bump version to 1.2.4

https://github.com/ruby/ipaddr/commit/6edf6ee6c3
This commit is contained in:
Hiroshi SHIBATA 2022-02-04 18:00:14 +09:00
parent 9b768012f6
commit 52d3e31d27
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.3"
VERSION = "1.2.4"
# 32 bit mask for IPv4
IN4MASK = 0xffffffff