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

Bump param version

parent 9e7837fc
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 = "2"
xml_version.text = "3"
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