This is an automated email from the ASF dual-hosted git repository. etudenhoefner pushed a commit to branch update-bug-template in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 57efba450660ae5c452fdc8c61a84d2837a9be4e Author: Eduard Tudenhoefner <[email protected]> AuthorDate: Thu Jun 15 09:13:41 2023 +0200 Add 1.3.0 to Bug Template --- .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 30c88e9900..5baa1b849b 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.2.1 (latest release)" + - "1.3.0 (latest release)" + - "1.2.1" - "1.2.0" - "1.1.0" - "1.0.0"
