Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Version 1.7.3 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Sep 14, 2014
1 parent 9213e0b commit 8dbb788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Expand Up @@ -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

0 comments on commit 8dbb788

Please sign in to comment.