For some reason, using homebrew to upgrade portal doesn't always result in the latest version:
$ portal -v
Version: v3.1.0
$ brew upgrade portal
Warning: erictsiliacos/tap/portal 64 already installed
$ portal -v
Version: v3.1.0
$ brew uninstall portal && brew install erictsiliacos/tap/portal
Uninstalling /usr/local/Cellar/portal/64... (3 files, 4.4MB)
==> Fetching erictsiliacos/tap/portal
==> Downloading https://github.com/ericTsiliacos/portal/releases/download/v3.2.0/portal-v3.2.0-darwin-amd64.tar.gz
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/305034760/cfde5f1d-8e1b-40e8-89c5-cd74efee6499?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230404%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230404T220638Z&X-Amz-Expires=300&X-Amz
######################################################################## 100.0%
==> Installing portal from erictsiliacos/tap
🍺 /usr/local/Cellar/portal/64: 3 files, 4.4MB, built in 6 seconds
==> Running `brew cleanup portal`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
$ portal -v
Version: v3.2.0
For some reason, using homebrew to upgrade portal doesn't always result in the latest version: