summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-07-21 17:28:24 -0700
committerCarlhuda <carlhuda@engineyard.com>2010-07-21 17:28:33 -0700
commitafff44903af0ab5ebd75ac84e1b81f6aec3c8af3 (patch)
treeb2d32daefa948598a51c477a93fe8ce49f88f981
parentbe1c947d1a1244cb9fdc04e61c9bd1ed8a20085c (diff)
downloadbundler-1.0.0.beta.9.tar.gz
Bump version1.0.0.beta.9
-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 5c092b52c6..7d6a12d694 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.8" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.0.beta.9" unless defined?(::Bundler::VERSION)
end