chore: bump version to 0.0.85 (#1359)

This commit is contained in:
Tong Chen 2026-02-25 12:36:52 +08:00 committed by GitHub
parent 3ebff1ca3f
commit 1565386378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
name: 🐛 Bug Report
description: File an issue about a bug.
title: "[BUG] "
title: '[BUG] '
labels: [bug]
body:
- type: markdown
@ -12,7 +12,7 @@ body:
id: version
attributes:
label: What version of eigent are you using?
placeholder: E.g., 0.0.87
placeholder: E.g., 0.0.85
validations:
required: true

View file

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

View file

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