summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-12-06 16:42:05 -0800
committerAndre Arko <andre@arko.net>2014-12-06 16:42:05 -0800
commit178247b80d92b4c9d9d45f078aea5b482a5e9f20 (patch)
treea95e65b2bfe7712e244a81241a6f17255cb9648e
parent553d17406baa87b533963f1a9d10d558fb4ac695 (diff)
downloadbundler-molinillo.tar.gz
Version 1.8.0.pre.1.molinillomolinillo
-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 1063456c72..e692a9d809 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.7.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.0.pre.1.molinillo" unless defined?(::Bundler::VERSION)
end