# frozen_string_literal: true

module Mongo
  # The current version of the driver.
  #
  # Note that this file is automatically updated via `rake candidate:create`.
  # Manual changes to this file will be overwritten by that rake task.
  VERSION = '2.21.3'
end
