Skip to content

Commit

Permalink
Merge pull request #21 from turetske/update-release-dates
Browse files Browse the repository at this point in the history
Updated the dates for the 7.7.0 release
  • Loading branch information
turetske authored Mar 22, 2024
2 parents 9596352 + 570dc7d commit 48f837b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/release-plan/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Box, Container, Typography, Divider, Paper, Table, TableCell, TableRow,

export default function Page() {
const RELEASE_SCHEDULE = {
release_name: "7.6.2",
pre_release_date: "2024-03-20",
release_date: "2024-03-22",
release_name: "7.7.0",
pre_release_date: "2024-04-04",
release_date: "2024-04-09",
}

return(
Expand Down

0 comments on commit 48f837b

Please sign in to comment.