From 703aca359ca0b258c08bc9085f64f261efc72569 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 5 Oct 2025 22:41:08 +0800 Subject: [PATCH] :bug: update --- mole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mole b/mole index 36816ae..5ce4968 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.1" +VERSION="1.6.2" MOLE_TAGLINE="can dig deep to clean your Mac." # Check for updates (non-blocking, cached)