summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-20 22:56:15 -0700
committerwycats <wycats@gmail.com>2010-07-20 22:56:15 -0700
commit362eb5068d00319eff6a11c335d098ab78be3141 (patch)
tree4ed043f59be9ae3a37493c52e97eaf34b297cae9
parentbc553cb51bf597ed011e44d7a5bbe44abc8509a9 (diff)
downloadbundler-1.0.0.beta.8.tar.gz
bump version1.0.0.beta.8
-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 1cc48db99e..5c092b52c6 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.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.0.beta.8" unless defined?(::Bundler::VERSION)
end