summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-25 13:00:43 -0700
committerwycats <wycats@gmail.com>2010-07-25 13:00:43 -0700
commit215c900dad63896460628622096d66fa73d27019 (patch)
treed4ad5bd2b061e420e71cea1f3b76b4bc0c795eac
parent848ca64fd1e074a62ff911c5960e16304e633033 (diff)
downloadbundler-215c900dad63896460628622096d66fa73d27019.tar.gz
Bump version1.0.0.beta.10
-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 7d6a12d694..e746284725 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.9" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.0.beta.10" unless defined?(::Bundler::VERSION)
end