aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
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 /lib/bundler/version.rb
parentc2e6daa57dabfc211cc64df7dc8cde852bc20803 (diff)
downloadbundler-0f2adb28025911ed9ef19b4d67bd9431ac254eef.tar.gz
Version 1.9.0 with changelog
Diffstat (limited to 'lib/bundler/version.rb')
-rw-r--r--lib/bundler/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 6d53a18d..09bde8a4 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