From 26fa485073a54f5fcbe916000616a58abb6ffd5e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 19 Oct 2025 14:25:07 +0300 Subject: [PATCH] Update check-version.sh script --- check-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-version.sh b/check-version.sh index 6569bc3..6d4fb24 100644 --- a/check-version.sh +++ b/check-version.sh @@ -4,6 +4,6 @@ NAME="intltool" # Get version number from launchpad API -VERSION=$(curl -s -L https://api.staging.launchpad.net/1.0/"$NAME"/releases | jq -r '.entries[-1].version') +VERSION=$(curl -s -L https://api.launchpad.net/1.0/"$NAME"/releases | jq -r '.entries[-1].version') echo "$VERSION"