aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-07 11:16:32 +0100
committerAndre Arko <andre@arko.net>2015-05-07 11:16:32 +0100
commit334e682a74f3a09c8014198763eba10dfb3b2c44 (patch)
tree20ce6467ce5a4560542ca73743df1e1020e2495f /lib/bundler
parentde74bc30e7bb31228b4a25a4b02f69cee06ef76d (diff)
downloadbundler-334e682a74f3a09c8014198763eba10dfb3b2c44.tar.gz
Version 1.10.0.pre.2 with changelog
Diffstat (limited to 'lib/bundler')
-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 d46b7843..22d6ef49 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.10.0.pre.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.10.0.pre.2" unless defined?(::Bundler::VERSION)
end