fix: stop latest update

This commit is contained in:
v4n
2025-03-10 21:07:03 +02:00
parent 4d1af7e4a0
commit a7936c90bd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION="0.3.15"
VERSION="0.3.14"
# --- Globals ---
@@ -380,7 +380,7 @@ function check_for_updates() {
if [[ "$latest_version" != "$VERSION" ]]; then
log INFO "A new version of h2mm is available: $VERSION -> $latest_version"
log INFO "Run \"h2mm update\" to update."
log INFO "Run \"h2mm update\" to update."3
fi
echo "$(date +%Y-%m-%dT%H:%M:%S)" > "$LAST_CHECKED_UPDATE_FILE"