This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 0259918eb2 Build: Add 1.4.0 to issue template (#8728)
0259918eb2 is described below
commit 0259918eb2bac08beb1329f53046aa099de15021
Author: Anton Okolnychyi <[email protected]>
AuthorDate: Thu Oct 5 23:11:41 2023 -0700
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 b054121ec4..d95a8df485 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"