Skip to content

Commit

Permalink
Bump version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 5, 2022
1 parent d4258e8 commit d92acb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ipaddr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>

class IPAddr
VERSION = "1.2.4"
VERSION = "1.2.5"

# 32 bit mask for IPv4
IN4MASK = 0xffffffff
Expand Down

0 comments on commit d92acb3

Please sign in to comment.