Skip to content

Commit 09069a0

Browse files
authored
Bump runtime version. (#8753)
1 parent cfb52c6 commit 09069a0

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
@@ -4,6 +4,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
44
## Next Release (replace with git tag when deployed)
55

66
## `20250512t092200-all`
7+
* Bump runtimeVersion to `2025.05.13`.
78

89
## `20250506t102500-all`
910
* Bump runtimeVersion to `2025.04.29`.

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-
'2025.04.29',
27+
'2025.05.13',
2828
// Fallback runtime versions.
29+
'2025.04.29',
2930
'2025.04.24',
30-
'2025.04.01',
3131
];
3232

3333
/// Sets the current runtime versions.

0 commit comments

Comments
 (0)