Skip to content

Commit

Permalink
vesion bump to fix bad 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 15, 2011
1 parent fad3c0c commit 877aa86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rdoc
@@ -1,5 +1,5 @@
= Changelog
== Version 1.7.0 2011-05-14
== Version 1.7.1 2011-05-15

* fix mistaking the instance config.rb for the manager's config.rb [GH #11].
* force an FFI dependency that for some reason does not resolve in rufus-tokyo [GH #8]
Expand Down
2 changes: 1 addition & 1 deletion lib/tyrant_manager/version.rb
Expand Up @@ -7,7 +7,7 @@ class TyrantManager
module Version
MAJOR = 1
MINOR = 7
BUILD = 0
BUILD = 1

def to_a
[MAJOR, MINOR, BUILD]
Expand Down

0 comments on commit 877aa86

Please sign in to comment.