From b7348c1207038b381a9f4388df909e974c7a238d Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 9 Oct 2025 15:54:58 +0800 Subject: [PATCH] Fix brew uninstall --- mole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mole b/mole index f8e24a3..ca02994 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.7.1" +VERSION="1.7.2" MOLE_TAGLINE="can dig deep to clean your Mac." # Get latest version from remote repository