diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b71fba4a4..4dfaa12c2 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.57 + placeholder: E.g., 0.0.58 validations: required: true diff --git a/package.json b/package.json index e9e598938..c0dca7f6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eigent", - "version": "0.0.57", + "version": "0.0.58", "main": "dist-electron/main/index.js", "description": "Eigent", "author": "Eigent.AI",