app/models/qdm/attributes/identifier.rb in cqm-models-3.1.2 vs app/models/qdm/attributes/identifier.rb in cqm-models-4.0.0

- old
+ new

@@ -2,8 +2,8 @@ # app/models/qdm/identifier.rb class Identifier < Attribute include Mongoid::Document field :namingSystem, type: String field :value, type: String - field :qdmVersion, type: String, default: '5.5' + field :qdmVersion, type: String, default: '5.6' end end