summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-23 09:21:36 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-23 09:44:45 +0900
commitfb1ab27f535833f1ba1648d7cdce4cc893e36d07 (patch)
treefab2ac1a60ba75a8e897d6077c8234af2fd77900 /lib/bundler/version.rb
parentfeaf4fbc3fa16382fbd07158c448c7b5bdae78b5 (diff)
downloadruby-fb1ab27f535833f1ba1648d7cdce4cc893e36d07.tar.gz
Merge RubyGems-3.3.1 and Bundler-2.3.1
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 d987722f78..bfe7ae7f7c 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
- VERSION = "2.3.0".freeze
+ VERSION = "2.3.1".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i