From 66bca8f638722254f7979c84776308b2c9884484 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Thu, 11 Sep 2025 17:10:12 +0200 Subject: [PATCH] Bump version in `iceberg-bug-report.yaml` --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index 60f9d7c756..34ecbbee05 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -28,7 +28,8 @@ body: description: What Apache Iceberg version are you using? multiple: false options: - - "0.9.1 (latest release)" + - "0.10.0 (latest release)" + - "0.9.1" - "0.9.0" - "0.8.1" - "0.8.0"