summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-20 21:31:32 -0700
committerwycats <wycats@gmail.com>2010-07-20 21:31:32 -0700
commit0cd087b4565d720a20b5c5a1bf27c33cef753aaa (patch)
treef28a561f7746add79eb580cce71e4a93031296e6
parent24dc61a64fc92a485eded6a2108fa65346c98b8e (diff)
downloadbundler-1.0.0.beta.7.tar.gz
Bump version.1.0.0.beta.7
-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 4855b1f143..1cc48db99e 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.beta.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.0.beta.7" unless defined?(::Bundler::VERSION)
end