summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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