Skip to content

Commit d92acb3

Browse files
committed
Bump version to 1.2.5
1 parent d4258e8 commit d92acb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ipaddr.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
4141

4242
class IPAddr
43-
VERSION = "1.2.4"
43+
VERSION = "1.2.5"
4444

4545
# 32 bit mask for IPv4
4646
IN4MASK = 0xffffffff

0 commit comments

Comments
 (0)