diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 374a5bdba..06e5631b3 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.59 + placeholder: E.g., 0.0.60 validations: required: true diff --git a/package.json b/package.json index 8b5a7d07a..ab61ba724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eigent", - "version": "0.0.59", + "version": "0.0.60", "main": "dist-electron/main/index.js", "description": "Eigent", "author": "Eigent.AI",