summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-04-08 15:10:41 -0700
committerAndre Arko <andre@arko.net>2011-04-08 15:10:41 -0700
commit60ca0d410964567f5aa485f38632f8ae016dff13 (patch)
tree219d967ae4eab9c759a9c4b0e7855ae41627c3b7 /lib
parent34585e47d5cf6b8325a698d13263a62e674311aa (diff)
downloadbundler-ea9f8b286530232b8208c4bf8e262b09535dc5f8.tar.gz
Version 1.0.12v1.0.12
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/version.rb2
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