Skip to content

Commit fb2cead

Browse files
committed
bump runtimeVersion
1 parent 21ffe81 commit fb2cead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

3333
/// Sets the current runtime versions.

0 commit comments

Comments
 (0)