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

- old
+ new

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