Skip to content

Commit d0f8ac9

Browse files
authored
release: v0084 for intel mac (#1270)
1 parent 9c396ee commit d0f8ac9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: version
1313
attributes:
1414
label: What version of eigent are you using?
15-
placeholder: E.g., 0.0.83
15+
placeholder: E.g., 0.0.84
1616
validations:
1717
required: true
1818

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
release/win-x64/*
289289
release/linux-x64/*
290290
291-
# Extract version from tag (e.g., v0.0.83 -> 0.0.83)
291+
# Extract version from tag (e.g., v0.0.84 -> 0.0.84)
292292
- name: Extract version
293293
if: startsWith(github.ref, 'refs/tags/')
294294
id: version

backend/app/agent/toolkit/terminal_toolkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# App version - should match electron app version
4343
# TODO: Consider getting this from a shared config
44-
APP_VERSION = "0.0.83"
44+
APP_VERSION = "0.0.84"
4545

4646

4747
def get_terminal_base_venv_path() -> str:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eigent",
3-
"version": "0.0.83",
3+
"version": "0.0.84",
44
"main": "dist-electron/main/index.js",
55
"description": "Eigent",
66
"author": "Eigent.AI",

0 commit comments

Comments
 (0)