summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAkinori MUSHA <[email protected]>2024-10-19 21:58:42 +0900
committergit <[email protected]>2024-10-19 12:59:03 +0000
commitb101ca598ef7a0b7c81efe673fea52378c1564b4 (patch)
treeffd6e85c9f5b66096b3009af86d173a64616b6b9 /lib
parentbfc586b2be70c66062581556e647757cf92804fd (diff)
[ruby/ipaddr] Bump the version to 1.2.7
https://github.com/ruby/ipaddr/commit/b44d2a1173
Diffstat (limited to 'lib')
-rw-r--r--lib/ipaddr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ipaddr.rb b/lib/ipaddr.rb
index e802c8817e..a45055496c 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.6"
+ VERSION = "1.2.7"
# 32 bit mask for IPv4
IN4MASK = 0xffffffff