From 9281ca108222140d11a7830f63a79177afe57d8b Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 3 May 2015 00:35:06 -0700 Subject: this is definitely 1.10 pre now --- lib/bundler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1