summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-10 10:09:01 -0700
committerwycats <wycats@gmail.com>2010-07-10 10:09:01 -0700
commited89e4487486de69b524f68e9b0f1610f080947e (patch)
tree616a7ad59c883bdd14af27037ab6e0f997ed6d66
parent0e94235c072a21874990885be3a070dc83b779d7 (diff)
downloadbundler-ed89e4487486de69b524f68e9b0f1610f080947e.tar.gz
Actually bump the version1.0.0.beta.4
-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 aac9d66c32..95e364784b 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.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.0.beta.4" unless defined?(::Bundler::VERSION)
end \ No newline at end of file