Skip to content

Commit a28a574

Browse files
Fix bug reporting project versions (#1425)
## Which issue does this PR close? - Closes #1414 . ## What changes are included in this PR? Add 0.5.1 ## Are these changes tested? No, trivial
1 parent 9b6c455 commit a28a574

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/iceberg_bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ body:
2828
description: What Apache Iceberg Rust version are you using?
2929
multiple: false
3030
options:
31-
- 0.4.0 (latest version)
31+
- 0.5.1 (latest version)
32+
- 0.4.0
3233
- 0.3.0
3334
- 0.2.0
3435
validations:

0 commit comments

Comments
 (0)