Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install-web/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ get_latest_release() {

# If API fails (e.g., private repo), fall back to known version
# This should be updated when new versions are released
local fallback_version="v1.14.0"
local fallback_version="v1.14.1"

print_warning "GitHub API unavailable, using fallback version: $fallback_version" >&2
print_warning "This may not be the latest version. Check https://github.com/${repo}/releases manually." >&2
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ get_latest_release() {

# If API fails (e.g., private repo), fall back to known version
# This should be updated when new versions are released
local fallback_version="v1.14.0"
local fallback_version="v1.14.1"

print_warning "GitHub API unavailable, using fallback version: $fallback_version" >&2
print_warning "This may not be the latest version. Check https://github.com/${repo}/releases manually." >&2
Expand Down