diff --git a/lib/mongo/version.rb b/lib/mongo/version.rb index 7f52d504fd..df2b2a7904 100644 --- a/lib/mongo/version.rb +++ b/lib/mongo/version.rb @@ -1,5 +1,4 @@ # frozen_string_literal: true -# rubocop:todo all # Copyright (C) 2014-2020 MongoDB Inc. # @@ -16,9 +15,6 @@ # limitations under the License. module Mongo - # The current version of the driver. - # - # @since 2.0.0 - VERSION = '2.20.0'.freeze + VERSION = '2.20.1' end