Skip to content
Snippets Groups Projects

fix(179): Update ProfileCatalog version to 0.4.12, required by the core

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -534,7 +534,7 @@ const QString ConfigWriter::WriteProfilesCatalog(XmlProfilesConfig &profilesConf
xmlWriter.writeStartElement("Profiles");
xmlWriter.writeAttribute("SchemaVersion", "0.4.8");
xmlWriter.writeAttribute("SchemaVersion", "0.4.12");
bool success = profilesConfig.WriteToXml(&xmlWriter);
Loading