summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-08-23 16:03:37 -0700
committerCarl Lerche <carllerche@mac.com>2010-08-23 17:06:14 -0700
commitafffef211f38f0d30f61e853caee64e80f1353dd (patch)
tree7d0c870d3a3ef1d021104e4071fc7192a215b4b2
parentdc02df1ea91120e08487d1f022015caf30592e38 (diff)
downloadbundler-afffef211f38f0d30f61e853caee64e80f1353dd.tar.gz
Bump the version1.0.0.rc.6
-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 21162fbde1..49ff78dbfd 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.0.rc.6.pre" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.0.rc.6" unless defined?(::Bundler::VERSION)
end