19
0

Update to v11 #11

Manually merged
abrooks merged 1 commits from :update-11 into main 2025-07-10 10:11:33 +02:00

View File

@@ -13,7 +13,7 @@ fi
### Fetch latest soruces
###
newVersion=$(git ls-remote --tags --refs "https://github.com/openSUSE/cockpit-subscriptions" | cut -d/ -f3- | tail -n1)
newVersion=$(git ls-remote --tags --refs "https://github.com/openSUSE/cockpit-subscriptions" | cut -d/ -f3- | sort -n | tail -n1)
echo "Current version: $curVersion"
echo " New version: $newVersion"