Skip to content

Commit

Permalink
Update config.py to return an "" for iOS version (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta authored May 31, 2023
1 parent 5a1f68c commit 7819c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/shipit_api/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

# IOS versions
IOS_BETA_VERSION = ""
IOS_VERSION = "14.1"
IOS_VERSION = ""

# Thunderbird configs
LATEST_THUNDERBIRD_ALPHA_VERSION = "54.0a2"
Expand Down

0 comments on commit 7819c6d

Please sign in to comment.