mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
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
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:
parent
38c7717f3d
commit
3166ca9ab9
4 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue