From 3e3f64f1166c4613329495459793dbd5a714efd3 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Tue, 6 Sep 2016 00:19:48 -0700 Subject: Version 1.13.0 with changelog --- CHANGELOG.md | 4 ++++ lib/bundler/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c7f8ba80..82048a655c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.13.0 (2016-09-05) + +This space deliberately left blank. + ## 1.13.0.rc.2 (2016-08-21) Features: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 8fa8d18e84..3c5114fd98 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -7,5 +7,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.13.0.rc.2" unless defined?(::Bundler::VERSION) + VERSION = "1.13.0" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1