This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e121b6f2 [github] Upgrade Fluss version 0.8.0 in BUG issue template
8e121b6f2 is described below

commit 8e121b6f2426f814cec69d75f63b904467aece58
Author: Jark Wu <[email protected]>
AuthorDate: Mon Nov 17 13:45:01 2025 +0800

    [github] Upgrade Fluss version 0.8.0 in BUG issue template
---
 .github/ISSUE_TEMPLATE/bug.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 0a237e71e..36ab26219 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -39,9 +39,8 @@ body:
       description: What Fluss version are you using?
       multiple: false
       options:
-        - "0.7.0 (latest release)"
-        - "0.6.0"
-        - "0.5.0"
+        - "0.8.0 (latest release)"
+        - "0.7.0"
         - "main (development)"
     validations:
       required: true

Reply via email to