From b404fe91343ba0d96ff272ba75bebda497020288 Mon Sep 17 00:00:00 2001 From: Wendong-Fan Date: Wed, 3 Sep 2025 08:44:57 +0800 Subject: [PATCH] release: v 0.0.62 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b9ddd37f..c68f26b1 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.61 + placeholder: E.g., 0.0.62 validations: required: true diff --git a/package.json b/package.json index d73e7554..7b00b8fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eigent", - "version": "0.0.61", + "version": "0.0.62", "main": "dist-electron/main/index.js", "description": "Eigent", "author": "Eigent.AI",