diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-12-19 18:50:46 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-12-22 14:45:36 +0100 |
commit | 32ee718626f860892ae9f436a08a7c616b9bc582 (patch) | |
tree | 797df4b3357b86b881f7b9bf1414c0b6289a6151 | |
parent | 833faa964d3fed873742c03d1584b9d5a8172bee (diff) | |
download | bundler-32ee718626f860892ae9f436a08a7c616b9bc582.tar.gz |
Version 2.1.2
-rw-r--r-- | lib/bundler/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 06d6a0f255..b63e39b8d2 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: false module Bundler - VERSION = "2.1.1".freeze + VERSION = "2.1.2".freeze def self.bundler_major_version @bundler_major_version ||= VERSION.split(".").first.to_i |