Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 19, 2012
1 parent c9d5709 commit 1c1d7ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## master
## Release 2.7.0

* SERVER: Added .IQ TLD server (GH-171).

Expand Down
4 changes: 2 additions & 2 deletions lib/whois/version.rb
Expand Up @@ -12,8 +12,8 @@ module Whois
# Holds information about library version.
module Version
MAJOR = 2
MINOR = 6
PATCH = 4
MINOR = 7
PATCH = 0
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".")
Expand Down

0 comments on commit 1c1d7ac

Please sign in to comment.