From 5567b3c2bf320bf5ce86a103ded8035804fe7a6d Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Fri, 28 Mar 2014 17:07:03 +0800 Subject: Version 1.6.0 with changelog --- 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 4754828166..e2f6165550 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.6.0.rc2" unless defined?(::Bundler::VERSION) + VERSION = "1.6.0" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1