Skip to content

Commit 8f16460

Browse files
authored
bump version (#2886)
1 parent 3c5dc93 commit 8f16460

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: lib/mongo/version.rb

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# frozen_string_literal: true
2-
# rubocop:todo all
32

43
# Copyright (C) 2014-2020 MongoDB Inc.
54
#
@@ -16,9 +15,6 @@
1615
# limitations under the License.
1716

1817
module Mongo
19-
2018
# The current version of the driver.
21-
#
22-
# @since 2.0.0
23-
VERSION = '2.20.0'.freeze
19+
VERSION = '2.20.1'
2420
end

0 commit comments

Comments
 (0)