We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f423ce commit 8dba2c6Copy full SHA for 8dba2c6
1 file changed
get_rfswift.sh
@@ -1441,7 +1441,7 @@ get_latest_release() {
1441
color_echo "blue" "🔍 Detecting the latest RF-Swift release..."
1442
1443
# Default version as fallback
1444
- DEFAULT_VERSION="1.0.0"
+ DEFAULT_VERSION="2.2.1"
1445
VERSION="${DEFAULT_VERSION}" # Initialize with default
1446
1447
# First try: Use GitHub API with a proper User-Agent to avoid rate limiting issues
@@ -2364,4 +2364,4 @@ main() {
2364
}
2365
2366
# Run the main function
2367
-main
+main
0 commit comments