diff options
Diffstat (limited to 'lib/bundler/version.rb')
-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 d88c33782a..1b54227a02 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.20" unless defined?(::Bundler::VERSION) + VERSION = "1.0.21.rc" unless defined?(::Bundler::VERSION) end |