Skip to content

Commit

Permalink
chore: bump release date to 8/29
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Aug 18, 2023
1 parent ff9b9db commit 4fd745f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/launchpad/src/migration/MajorVersionWelcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const versionReleaseDates = computed(() => {
'10': useTimeAgo(Date.UTC(2022, 5, 1)).value,
'11': useTimeAgo(Date.UTC(2022, 10, 8)).value,
'12': useTimeAgo(Date.UTC(2022, 11, 6)).value,
'13': useTimeAgo(Date.UTC(2023, 7, 23)).value,
'13': useTimeAgo(Date.UTC(2023, 7, 30)).value,
}
})

Expand Down

0 comments on commit 4fd745f

Please sign in to comment.