Skip to content

Commit 7e3a87a

Browse files
authored
Bump runtimeVersion (#8326)
1 parent f91e4f3 commit 7e3a87a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Important changes to data models, configuration, and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5+
* Bump runtimeVersion to `2024.11.21`.
56

67
## `20241119t142300-all`
78

app/lib/shared/versions.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
2424
/// when the version switch happens.
2525
const _acceptedRuntimeVersions = <String>[
2626
// The current [runtimeVersion].
27-
'2024.11.18',
27+
'2024.11.21',
2828
// Fallback runtime versions.
29+
'2024.11.18',
2930
'2024.11.11',
30-
'2024.10.29',
3131
];
3232

3333
/// Sets the current runtime versions.

0 commit comments

Comments
 (0)