Skip to content
Snippets Groups Projects
Commit 764101e4 authored by Mark Whitehorn's avatar Mark Whitehorn Committed by Lorenz Meier
Browse files

bump parameter minor version

parent 876ab45b
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 = "10"
xml_version.text = "11"
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