diff options
author | Terence Lee <hone02@gmail.com> | 2011-12-29 17:57:40 -0500 |
---|---|---|
committer | Terence Lee <hone02@gmail.com> | 2011-12-29 17:57:40 -0500 |
commit | 8563e118b94406a75bb56da947d98e668260ed3b (patch) | |
tree | 1b24377a6003706350dcb70a60f87d9f9790294f | |
parent | 8a30a0bfe5fb572b5572d55ff1014a29f3ee1030 (diff) | |
download | bundler-8563e118b94406a75bb56da947d98e668260ed3b.tar.gz |
Version 1.1.rc.7v1.1.rc.7
-rw-r--r-- | lib/bundler/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index f276f922f4..f738ffe323 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -2,5 +2,5 @@ module Bundler # We're doing this because we might write tests that deal # with other versions of bundler and we are unsure how to # handle this better. - VERSION = "1.1.rc.6" unless defined?(::Bundler::VERSION) + VERSION = "1.1.rc.7" unless defined?(::Bundler::VERSION) end |