lib/bson/object_id/uuid_convertable/version.rb in bson-objectid-to-uuid-0.1.2 vs lib/bson/object_id/uuid_convertable/version.rb in bson-objectid-to-uuid-0.1.3

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module BSON class ObjectId module UUIDConvertable - VERSION = '0.1.2' + VERSION = '0.1.3' end end end