diff options
author | Terence Lee <hone02@gmail.com> | 2011-10-04 00:36:47 -0500 |
---|---|---|
committer | Terence Lee <hone02@gmail.com> | 2011-10-04 00:36:47 -0500 |
commit | 5b35571eed5ffc8898e39a852ca1d5cb06d900a7 (patch) | |
tree | 798b26fa000540aece136c3a32576396da095896 /lib/bundler/version.rb | |
parent | c14b314fef6f6f90091d6828bcdc80b7d13e1c92 (diff) | |
download | bundler-5b35571eed5ffc8898e39a852ca1d5cb06d900a7.tar.gz |
Version 1.1.rcv1.1.rc
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 ba9800084b..a5995fc3bd 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.1.pre.10" unless defined?(::Bundler::VERSION) + VERSION = "1.1.rc" unless defined?(::Bundler::VERSION) end |