Skip to content

Commit 8dba2c6

Browse files
committed
Fixing static version
1 parent 9f423ce commit 8dba2c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

get_rfswift.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ get_latest_release() {
14411441
color_echo "blue" "🔍 Detecting the latest RF-Swift release..."
14421442

14431443
# Default version as fallback
1444-
DEFAULT_VERSION="1.0.0"
1444+
DEFAULT_VERSION="2.2.1"
14451445
VERSION="${DEFAULT_VERSION}" # Initialize with default
14461446

14471447
# First try: Use GitHub API with a proper User-Agent to avoid rate limiting issues
@@ -2364,4 +2364,4 @@ main() {
23642364
}
23652365

23662366
# Run the main function
2367-
main
2367+
main

0 commit comments

Comments
 (0)