chore: update version tag to 0.0.86 (#1353)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run

This commit is contained in:
Wendong-Fan 2026-02-23 18:15:23 +00:00 committed by GitHub
parent 38c7717f3d
commit 3166ca9ab9
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.84"
APP_VERSION = "0.0.86"
def get_terminal_base_venv_path() -> str: