diff options
author | Andre Arko <andre@arko.net> | 2011-04-08 15:10:41 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2011-04-08 15:10:41 -0700 |
commit | 60ca0d410964567f5aa485f38632f8ae016dff13 (patch) | |
tree | 219d967ae4eab9c759a9c4b0e7855ae41627c3b7 /lib | |
parent | 34585e47d5cf6b8325a698d13263a62e674311aa (diff) | |
download | bundler-ea9f8b286530232b8208c4bf8e262b09535dc5f8.tar.gz |
Version 1.0.12v1.0.12
Diffstat (limited to 'lib')
-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 87e5f63b57..acbed5ff76 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.0.11" unless defined?(::Bundler::VERSION) + VERSION = "1.0.12" unless defined?(::Bundler::VERSION) end |