Skip to content

Commit d3ae5fc

Browse files
committed
bump runtimeVersion
1 parent 21ffe81 commit d3ae5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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 `2025.04.15`.
5+
* Bump runtimeVersion to `2025.04.24`.
66
* Upgraded stable Flutter analysis SDK to `3.29.3`.
77
* Upgraded pana to `0.22.21`.
88
* Note: after the release we should update the load balancer rules to also include the `/api/packages/<package>/feed.atom` URLs.

app/lib/shared/versions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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.15',
27+
'2025.04.24',
2828
// Fallback runtime versions.
2929
'2025.04.01',
3030
'2025.03.27',

0 commit comments

Comments
 (0)