We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718d7af commit 28155a0Copy full SHA for 28155a0
CHANGELOG.md
@@ -3,7 +3,7 @@
3
This project uses [Semantic Versioning 2.0.0](http://semver.org/).
4
5
6
-#### master
+#### Release 1.0.1
7
8
- CHANGED: Updated GoDaddy parser to the new response (GH-60).
9
lib/whois/parser/version.rb
@@ -1,6 +1,6 @@
1
module Whois
2
class Parser
# The current library version.
- VERSION = "1.0.0".freeze
+ VERSION = "1.0.1".freeze
end
0 commit comments