File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ source "$SCRIPT_DIR/lib/core/commands.sh"
1313trap cleanup_temp_files EXIT INT TERM
1414
1515# Version and update helpers
16- VERSION=" 1.30 .0"
16+ VERSION=" 1.31 .0"
1717MOLE_TAGLINE=" Deep clean and optimize your Mac."
1818
1919is_touchid_configured () {
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ MOLE_TEST_MODE=1 MOLE_SKIP_MAIN=1 source "$PROJECT_ROOT/mole"
604604
605605brew() {
606606 if [[ "${1:-}" == "outdated" ]]; then
607- echo "tw93/tap/mole (1.29.0) < 1.30 .0"
607+ echo "tw93/tap/mole (1.29.0) < 1.31 .0"
608608 return 0
609609 fi
610610 if [[ "${1:-}" == "info" ]]; then
@@ -619,7 +619,7 @@ get_homebrew_latest_version
619619EOF
620620
621621 [ " $status " -eq 0 ]
622- [[ " $output " == " 1.30 .0" ]]
622+ [[ " $output " == " 1.31 .0" ]]
623623}
624624
625625@test " get_homebrew_latest_version parses brew info fallback with heading prefix" {
You can’t perform that action at this time.
0 commit comments