lib/whois/parser/version.rb in whois-parser-1.0.0.pre.beta2 vs lib/whois/parser/version.rb in whois-parser-1.0.0
- old
+ new
@@ -1,6 +1,6 @@
module Whois
class Parser
# The current library version.
- VERSION = "1.0.0-beta2"
+ VERSION = "1.0.0".freeze
end
end