Skip to content

Commit 0d51b09

Browse files
committed
Bump runtimeVersion
1 parent 7a9dfbb commit 0d51b09

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
55
* Note: `search` increased `description` weight from `0.9` to `1.0`.
6+
* Bump runtimeVersion to `2024.11.08`.
67

78
## `20241107t132800-all`
89
* `search` uses the `IndexedScore` to reduce memory allocations.

app/lib/shared/versions.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ 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.10.29',
27+
'2024.11.08',
2828
// Fallback runtime versions.
29+
'2024.10.29',
2930
'2024.10.21',
3031
'2024.10.15',
3132
];

0 commit comments

Comments
 (0)