diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0cdfe3e6..9ba3e611 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: id: version attributes: label: What version of eigent are you using? - placeholder: E.g., 0.0.84 + placeholder: E.g., 0.0.86 validations: required: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4256d53c..bdbad74b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -344,7 +344,7 @@ jobs: files: | gh-release-assets/* - # Extract version from tag (e.g., v0.0.84 -> 0.0.84) + # Extract version from tag (e.g., v0.0.86 -> 0.0.86) - name: Extract version if: startsWith(github.ref, 'refs/tags/') id: version diff --git a/backend/app/agent/toolkit/terminal_toolkit.py b/backend/app/agent/toolkit/terminal_toolkit.py index e7451dd4..bdae15a7 100644 --- a/backend/app/agent/toolkit/terminal_toolkit.py +++ b/backend/app/agent/toolkit/terminal_toolkit.py @@ -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: diff --git a/package.json b/package.json index e06a82bd..27a49c7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eigent", - "version": "0.0.84", + "version": "0.0.86", "main": "dist-electron/main/index.js", "description": "Eigent", "author": "Eigent.AI",