From 2bba8ea6d03898056470da98274b9577b1964d9a Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Tue, 22 Jan 2013 10:16:35 -0800 Subject: Version 1.3.0.pre.7 with changelog --- lib/bundler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler') diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 4a495be550..fcc75a7de2 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.3.0.pre.6" unless defined?(::Bundler::VERSION) + VERSION = "1.3.0.pre.7" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1