summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-01-18 17:41:42 -0800
committerAndre Arko <andre@arko.net>2011-01-18 17:41:54 -0800
commit7fad22d99aad51076693e42d785595fbf19dde9d (patch)
tree14ea2494aa6b442f7143bd5af7f0de1777b7e4ea
parente0ec73bb32f3a276b7424105250d4ccb57d222e9 (diff)
downloadbundler-7fad22d99aad51076693e42d785595fbf19dde9d.tar.gz
Version 1.0.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 069ac68978..6b25ebc961 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.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.8" unless defined?(::Bundler::VERSION)
end