diff options
author | Andre Arko <andre@arko.net> | 2012-05-27 14:57:16 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2012-05-27 14:57:16 -0700 |
commit | 3349e9e2bc269507daf1684ab02240219cbd1127 (patch) | |
tree | d2e2a3297c011f3e2fcfceadce862980027a3509 /lib/bundler/version.rb | |
parent | b026bbad6cdbc880afbe941bc818ba1338fd37c4 (diff) | |
download | bundler-1.1.4.tar.gz |
Version 1.1.4 with changelogv1.1.4
Diffstat (limited to 'lib/bundler/version.rb')
-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 1cd58c25b9..2fd259aa09 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.3" unless defined?(::Bundler::VERSION) + VERSION = "1.1.4" unless defined?(::Bundler::VERSION) end |