This is an automated email from the ASF dual-hosted git repository.

szehon 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 5902671b22 Build: Add 1.3.1 to github template version (#8150)
5902671b22 is described below

commit 5902671b22313083929b036443b704eb53599841
Author: Szehon Ho <[email protected]>
AuthorDate: Wed Jul 26 11:15:25 2023 -0700

    Build: Add 1.3.1 to github template version (#8150)
---
 .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 5baa1b849b..b054121ec4 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.0 (latest release)"
+        - "1.3.1 (latest release)"
+        - "1.3.0"
         - "1.2.1"
         - "1.2.0"
         - "1.1.0"

Reply via email to