Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 437250f

Browse files
Version 2.1.1
1 parent 56939f6 commit 437250f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: false
22

33
module Bundler
4-
VERSION = "2.1.0".freeze
4+
VERSION = "2.1.1".freeze
55

66
def self.bundler_major_version
77
@bundler_major_version ||= VERSION.split(".").first.to_i

0 commit comments

Comments
 (0)