From 40cd4119eb020aa010789413daaf7db28336bcd0 Mon Sep 17 00:00:00 2001 From: 4pmtong Date: Tue, 24 Feb 2026 12:36:36 +0800 Subject: [PATCH] version to 0.0.85 --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/workflows/build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0cdfe3e6..984f3e05 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 🐛 Bug Report description: File an issue about a bug. -title: "[BUG] " +title: '[BUG] ' labels: [bug] body: - type: markdown @@ -12,7 +12,7 @@ body: id: version attributes: label: What version of eigent are you using? - placeholder: E.g., 0.0.84 + placeholder: E.g., 0.0.85 validations: required: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4256d53c..0eecb122 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -344,7 +344,7 @@ jobs: files: | gh-release-assets/* - # Extract version from tag (e.g., v0.0.84 -> 0.0.84) + # Extract version from tag (e.g., v0.0.85 -> 0.0.85) - name: Extract version if: startsWith(github.ref, 'refs/tags/') id: version