From 0259918eb2bac08beb1329f53046aa099de15021 Mon Sep 17 00:00:00 2001 From: Anton Okolnychyi Date: Thu, 5 Oct 2023 23:11:41 -0700 Subject: [PATCH] Build: Add 1.4.0 to issue template (#8728) --- .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 b054121ec441..d95a8df48555 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: - - "1.3.1 (latest release)" + - "1.4.0 (latest release)" + - "1.3.1" - "1.3.0" - "1.2.1" - "1.2.0"