Skip to content

Commit 2602a23

Browse files
authored
Fix 26.06 cudf_burndown end date (off-by-one) (#772)
1 parent 7dedc2c commit 2602a23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_data/releases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"cudf_burndown": {
2121
"start": "May 14 2026",
22-
"end": "May 19 2026",
23-
"days": "4"
22+
"end": "May 20 2026",
23+
"days": "5"
2424
},
2525
"other_burndown": {
2626
"start": "May 14 2026",

0 commit comments

Comments
 (0)