diff options
author | Andre Arko <andre@arko.net> | 2014-06-16 09:07:09 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-06-16 09:07:09 -0700 |
commit | c9b25371fb37154f215c462a25b834a55c07f72d (patch) | |
tree | 3b5275f133f0eb6c9ec42d361a0b4636e7ab6cd3 | |
parent | 8452d4ea5e16449b5fdb85d43a7a3c4142afaaf2 (diff) | |
download | bundler-1.6.3.tar.gz |
Version 1.6.3 with changelogv1.6.3
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | lib/bundler/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c78c680f..e2f0cb1ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.6.3 +## 1.6.3 (2014-06-16) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 66aa1f418f..398a66291b 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.2" unless defined?(::Bundler::VERSION) + VERSION = "1.6.3" unless defined?(::Bundler::VERSION) end |