Releases v0.0.89 (#1516)
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled

This commit is contained in:
Tong Chen 2026-03-25 13:22:53 +08:00 committed by GitHub
parent 712f20a8fa
commit 65254b8839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ logger = logging.getLogger("terminal_toolkit")
# App version - should match electron app version
# TODO: Consider getting this from a shared config
APP_VERSION = "0.0.88"
APP_VERSION = "0.0.89"
def get_terminal_base_venv_path() -> str: