Skip to content

Commit

Permalink
get version id
Browse files Browse the repository at this point in the history
  • Loading branch information
jginternational committed May 31, 2024
1 parent dc1d3c0 commit 15e9ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prepare-release-files.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def get_version_number(file_name):
tree = ET.parse(file_name)
root = tree.getroot()
version = root.find('version').text
version = root.attrib['version']
return version

if __name__ == "__main__":
Expand Down

0 comments on commit 15e9ec1

Please sign in to comment.