diff --git a/mole b/mole index b1f374e..6d25710 100755 --- a/mole +++ b/mole @@ -13,7 +13,7 @@ source "$SCRIPT_DIR/lib/core/commands.sh" trap cleanup_temp_files EXIT INT TERM # Version and update helpers -VERSION="1.30.0" +VERSION="1.31.0" MOLE_TAGLINE="Deep clean and optimize your Mac." is_touchid_configured() { diff --git a/tests/update.bats b/tests/update.bats index 19954eb..3e8e45b 100644 --- a/tests/update.bats +++ b/tests/update.bats @@ -604,7 +604,7 @@ MOLE_TEST_MODE=1 MOLE_SKIP_MAIN=1 source "$PROJECT_ROOT/mole" brew() { if [[ "${1:-}" == "outdated" ]]; then - echo "tw93/tap/mole (1.29.0) < 1.30.0" + echo "tw93/tap/mole (1.29.0) < 1.31.0" return 0 fi if [[ "${1:-}" == "info" ]]; then @@ -619,7 +619,7 @@ get_homebrew_latest_version EOF [ "$status" -eq 0 ] - [[ "$output" == "1.30.0" ]] + [[ "$output" == "1.31.0" ]] } @test "get_homebrew_latest_version parses brew info fallback with heading prefix" {