summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-03 00:35:06 -0700
committerAndre Arko <andre@arko.net>2015-05-03 00:35:06 -0700
commit9281ca108222140d11a7830f63a79177afe57d8b (patch)
tree7f53db7d1b869b383841ed10c124c09dbf0a700c
parent96db405903c68416878a59ce3aae2b5133433cf3 (diff)
downloadbundler-9281ca108222140d11a7830f63a79177afe57d8b.tar.gz
this is definitely 1.10 pre now
-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 b415f650c2..bf18ef10e6 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.9.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.10.0.pre" unless defined?(::Bundler::VERSION)
end