Skip to content
Snippets Groups Projects
Commit 23a9af90 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Bump param meta version

parent c84b2dde
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class XMLOutput():
xml_version = ET.SubElement(xml_parameters, "parameter_version_major")
xml_version.text = "1"
xml_version = ET.SubElement(xml_parameters, "parameter_version_minor")
xml_version.text = "8"
xml_version.text = "9"
importtree = ET.parse(inject_xml_file_name)
injectgroups = importtree.getroot().findall("group")
for igroup in injectgroups:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment