test: check version update

This commit is contained in:
Wendong-Fan 2026-02-24 10:50:03 +08:00
parent 3166ca9ab9
commit da22f341f6
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.86
placeholder: E.g., 0.0.87
validations:
required: true

View file

@ -344,7 +344,7 @@ jobs:
files: |
gh-release-assets/*
# Extract version from tag (e.g., v0.0.86 -> 0.0.86)
# Extract version from tag (e.g., v0.0.87 -> 0.0.87)
- 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.86"
APP_VERSION = "0.0.87"
def get_terminal_base_venv_path() -> str:

View file

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