do not update

This commit is contained in:
v4n
2025-03-10 21:14:37 +02:00
parent a7936c90bd
commit b3bc91522f
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ function check_for_updates() {
if [[ "$latest_version" != "$VERSION" ]]; then if [[ "$latest_version" != "$VERSION" ]]; then
log INFO "A new version of h2mm is available: $VERSION -> $latest_version" log INFO "A new version of h2mm is available: $VERSION -> $latest_version"
log INFO "Run \"h2mm update\" to update."3 log INFO "Run \"h2mm update\" to update."
fi fi
echo "$(date +%Y-%m-%dT%H:%M:%S)" > "$LAST_CHECKED_UPDATE_FILE" echo "$(date +%Y-%m-%dT%H:%M:%S)" > "$LAST_CHECKED_UPDATE_FILE"
-3
View File
@@ -23,9 +23,6 @@ function log() {
PROMPT) PROMPT)
echo -ne "$*" >&2 echo -ne "$*" >&2
;; ;;
*)
echo -e "$*" >&2
;;
esac esac
} }
+1 -1
View File
@@ -1 +1 @@
0.3.14 0.3.14DO_NOT_UPDATE