summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-06-12 19:16:59 +1000
committerColby Swandale <me@colby.fyi>2019-06-12 19:16:59 +1000
commit8b7b84f0f613b726118355dbfe15b9efe1daa599 (patch)
treecc4bd59a80e6d6335b1b18e92ba57a8ab6555aba
parent6705960aeecf2d980f975fd69d2b1aecd50661ba (diff)
downloadbundler-8b7b84f0f613b726118355dbfe15b9efe1daa599.tar.gz
bump version to 2.0.2
-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 401f62447c..129e524d47 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.1" unless defined?(::Bundler::VERSION)
+ VERSION = "2.0.2" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin