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

- old
+ new

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