summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-04 23:33:29 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-04 23:33:29 +0000
commitcfa6c55347d037b152a4b93a390c73dfee6dccbd (patch)
treec8ae7d5d865894dcb7a5999199edc284d5e29df7 /lib/bundler/version.rb
parent76d9da900a818a402af31cb4f929ad3d65bd4a88 (diff)
Merge 2-0-stable branch from bundler/bundler.
It's release version of Bundler 2 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 bf6c477c92..da356fe50e 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,7 +7,7 @@ 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 = "2.0.0.pre.2" unless defined?(::Bundler::VERSION)
+ VERSION = "2.0.0" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin