From 43eeee2ac2da824351fe64b1e446c3e52d285a12 Mon Sep 17 00:00:00 2001 From: Andre Luis Anastacio Date: Tue, 5 Mar 2024 04:39:48 -0300 Subject: [PATCH] Update bug issue template (#496) --- .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 41110cf397..f907f681b1 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -9,7 +9,8 @@ body: description: What Apache Iceberg version are you using? multiple: false options: - - "0.5.0 (latest release)" + - "0.6.0 (latest release)" + - "0.5.0" - "0.4.0" - "0.3.0" - "0.2.0"