diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index aeb8bef68..0cdfe3e6a 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.83 + placeholder: E.g., 0.0.84 validations: required: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dd8ee311..5d1913e62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/backend/app/agent/toolkit/terminal_toolkit.py b/backend/app/agent/toolkit/terminal_toolkit.py index 5213c57a8..e7451dd4d 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.83" +APP_VERSION = "0.0.84" def get_terminal_base_venv_path() -> str: diff --git a/package.json b/package.json index 0d47b6ce3..30909e183 100644 --- a/package.json +++ b/package.json @@ -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",