summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-12-09 19:43:00 -0800
committerAndre Arko <andre@arko.net>2014-12-09 19:43:00 -0800
commita5ad4e650d977d8881f95cf026ce7b8fe6ff2238 (patch)
tree14d8f2f51c71690c4ecfc3c38134afc815a14b90
parent8fbfe9b79f7ec9706b627793ce49b7607481ff5d (diff)
downloadbundler-a5ad4e650d977d8881f95cf026ce7b8fe6ff2238.tar.gz
Version 1.7.9 with changelogv1.7.9
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/bundler/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba8e33b87b..b9fced5b86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.7.9
+## 1.7.9 (2014-12-09)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 83bdb58557..2c7e7af949 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.8" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.9" unless defined?(::Bundler::VERSION)
end