From 215c900dad63896460628622096d66fa73d27019 Mon Sep 17 00:00:00 2001 From: wycats Date: Sun, 25 Jul 2010 13:00:43 -0700 Subject: Bump version --- lib/bundler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1