release: v0084 for intel mac

This commit is contained in:
Wendong-Fan 2026-02-14 20:24:13 +08:00
parent 9c396ee015
commit 8e0d4259a7
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ body:
id: version
attributes:
label: What version of eigent are you using?
placeholder: E.g., 0.0.83
placeholder: E.g., 0.0.84
validations:
required: true

View file

@ -288,7 +288,7 @@ jobs:
release/win-x64/*
release/linux-x64/*
# Extract version from tag (e.g., v0.0.83 -> 0.0.83)
# Extract version from tag (e.g., v0.0.84 -> 0.0.84)
- name: Extract version
if: startsWith(github.ref, 'refs/tags/')
id: version

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.83"
APP_VERSION = "0.0.84"
def get_terminal_base_venv_path() -> str:

View file

@ -1,6 +1,6 @@
{
"name": "eigent",
"version": "0.0.83",
"version": "0.0.84",
"main": "dist-electron/main/index.js",
"description": "Eigent",
"author": "Eigent.AI",