summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-03-20 14:14:08 -0700
committerAndre Arko <andre@arko.net>2015-03-20 14:14:08 -0700
commit0f2adb28025911ed9ef19b4d67bd9431ac254eef (patch)
tree2d8c8d31c70562829e262b0884f55f132ded372b
parentc2e6daa57dabfc211cc64df7dc8cde852bc20803 (diff)
downloadbundler-0f2adb28025911ed9ef19b4d67bd9431ac254eef.tar.gz
Version 1.9.0 with changelogv1.9.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/bundler/version.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c9a0ac206..9354add8c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 1.9.0 (2015-03-20)
+
## 1.9.0.rc (2015-03-13)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 6d53a18d95..09bde8a41b 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.9.0.rc" unless defined?(::Bundler::VERSION)
+ VERSION = "1.9.0" unless defined?(::Bundler::VERSION)
end