diff options
author | Terence Lee <hone02@gmail.com> | 2012-03-14 11:50:43 -0500 |
---|---|---|
committer | Terence Lee <hone02@gmail.com> | 2012-03-14 11:50:43 -0500 |
commit | 0c545787c4e1341dffcbba96f7d1c92d394adb18 (patch) | |
tree | 1e755da25f8a8804e5128903d02f9a3b4533a313 | |
parent | 4cac29c1de2dd6eeb3703199e40719bca067ef5f (diff) | |
download | bundler-0c545787c4e1341dffcbba96f7d1c92d394adb18.tar.gz |
Bundler 1.1.1v1.1.1
-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 7537b629f5..c5e3a8608f 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.0" unless defined?(::Bundler::VERSION) + VERSION = "1.1.1" unless defined?(::Bundler::VERSION) end |