Skip to content

Commit

Permalink
Bump version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 4, 2022
1 parent 31e34c7 commit 6edf6ee
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.3"
VERSION = "1.2.4"

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

0 comments on commit 6edf6ee

Please sign in to comment.