summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-09-06 00:19:48 -0700
committerAndre Arko <andre@arko.net>2016-09-06 00:19:48 -0700
commit3e3f64f1166c4613329495459793dbd5a714efd3 (patch)
tree771ab10bdd8b631be52f11f17e67143c4738fc07
parent57d599ee3765c76cf8a6ed721cfc1ccc6586cadf (diff)
downloadbundler-3e3f64f1166c4613329495459793dbd5a714efd3.tar.gz
Version 1.13.0 with changelogv1.13.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/bundler/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7c7f8ba80..82048a655c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.13.0 (2016-09-05)
+
+This space deliberately left blank.
+
## 1.13.0.rc.2 (2016-08-21)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 8fa8d18e84..3c5114fd98 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,5 +7,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.13.0.rc.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.13.0" unless defined?(::Bundler::VERSION)
end