diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-02-04 18:00:14 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-02-10 17:18:05 +0900 |
commit | 52d3e31d274bed09aea6c167efe62e0c2f70eee4 (patch) | |
tree | 11041575f839308db7b700469fcc327cc4093550 /lib | |
parent | 9b768012f6bf5b5896d2d34feb69605d4ccc9ca3 (diff) |
[ruby/ipaddr] Bump version to 1.2.4
https://github.com/ruby/ipaddr/commit/6edf6ee6c3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ipaddr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ipaddr.rb b/lib/ipaddr.rb index c33302ce05..459b8478a0 100644 --- a/lib/ipaddr.rb +++ b/lib/ipaddr.rb @@ -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 |