fix: updating now works properly

This commit is contained in:
v4n
2025-03-10 21:42:55 +02:00
parent b3bc91522f
commit 6b968172ea
3 changed files with 64 additions and 56 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION="0.3.14"
VERSION="0.3.15"
# --- Globals ---
@@ -1263,7 +1263,7 @@ function main() {
mod_reset "$@"
;;
"version"|"v"|"-v"|"--version")
log INFO "${VERSION}"
echo "$VERSION"
;;
"update"|"up")
self_update