From 5c8a58d4bf00cc665e535e0101395e62d2adbbcf Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 8 Oct 2025 23:29:36 +0800 Subject: [PATCH] Release 1.7 --- mole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mole b/mole index 5142d12..f0f2ae4 100755 --- a/mole +++ b/mole @@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$SCRIPT_DIR/lib/common.sh" # Version info -VERSION="1.6.4" +VERSION="1.7.0" MOLE_TAGLINE="can dig deep to clean your Mac." # Check for updates (non-blocking, cached)