lib/net/dns/version.rb in net-dns-0.7.0 vs lib/net/dns/version.rb in net-dns-0.7.1

- old
+ new

@@ -2,10 +2,10 @@ module DNS module Version MAJOR = 0 MINOR = 7 - PATCH = 0 + PATCH = 1 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".") end \ No newline at end of file