Update package version to 0.2.0

This commit is contained in:
2025-09-21 18:37:48 +03:00
parent 6a59f1e8b4
commit db909f3c0a
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Codeberg repository
REPO="adnano/wmenu"
# Get version from tag name using Codeberg Rest API
VERSION=$(curl -s -L https://codeberg.org/api/v1/repos/$REPO/tags/ | jq -r '.[0]'.name)
echo "$VERSION"