Update package version to 0.2.0
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user