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