Missing newline

This commit is contained in:
Nex 2022-02-09 13:31:27 +01:00
parent 57cbb0ed56
commit 8cca78d222
1 changed files with 1 additions and 0 deletions

View File

@ -252,5 +252,6 @@ def find_version_by_build(build):
if build == version["build"]:
return version["version"]
def latest_ios_version():
return IPHONE_IOS_VERSIONS[-1]