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:
parent
9b768012f6
commit
52d3e31d27
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue