From 8dbb7881c0463807bb8883e084818924fd3df09e Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sun, 14 Sep 2014 11:24:18 +0300 Subject: Version 1.7.3 with changelog --- CHANGELOG.md | 3 ++- lib/bundler/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d527fd3f..017caa5c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## 1.7.3 (unreleased) +## 1.7.3 (2014-09-14) Bugfixes: - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros) + - Fix various Ruby warnings (@piotrsanarki, @indirect) ## 1.7.2 (2014-08-23) diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 8374d4110d..61470a581d 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.2" unless defined?(::Bundler::VERSION) + VERSION = "1.7.3" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1