# frozen_string_literal: true module BSON class ObjectId module UUIDConvertable VERSION = '0.1.3' end end end