Update package version to 0.2.0

This commit is contained in:
2025-05-10 11:40:52 +03:00
parent 9dec6fccdd
commit f4757b6096
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Gitea repository
REPO="EnumDev/enit"
# Get version from tag name using Gitea Rest API
VERSION=$(curl -s -L https://git.enumerated.dev/api/v1/repos/$REPO/tags/ | jq -r '.[0]'.name)
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
name: enit name: enit
description: EnumDev's init system description: EnumDev's init system
version: 0.1.0 version: 0.2.0
url: https://git.enumerated.dev/EnumDev/enit url: https://git.enumerated.dev/EnumDev/enit
license: MIT license: MIT
architecture: any architecture: any