Skip to content

Commit 2a549f8

Browse files
committed
Bump runtimeVersion to fix metadata issue in ExportedApi
1 parent 88149e5 commit 2a549f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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`.
6+
* Bump runtimeVersion to `2024.11.11`.
7+
* Enabled generation of `ExportedApi`.
78

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

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-
'2024.11.08',
27+
'2024.11.11',
2828
// Fallback runtime versions.
2929
'2024.10.29',
3030
'2024.10.21',

0 commit comments

Comments
 (0)