diff --git a/CHANGELOG.md b/CHANGELOG.md index d1468f2cfc..1159b2bf41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ AppEngine version, listed here to ease deployment and troubleshooting. ## Next Release (replace with git tag when deployed) * Note: `search` increased `description` weight from `0.9` to `1.0`. + * Bump runtimeVersion to `2024.11.08`. ## `20241107t132800-all` * `search` uses the `IndexedScore` to reduce memory allocations. diff --git a/app/lib/shared/versions.dart b/app/lib/shared/versions.dart index 5bae31e09a..3a2f8247e5 100644 --- a/app/lib/shared/versions.dart +++ b/app/lib/shared/versions.dart @@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$'); /// when the version switch happens. const _acceptedRuntimeVersions = [ // The current [runtimeVersion]. - '2024.10.29', + '2024.11.08', // Fallback runtime versions. + '2024.10.29', '2024.10.21', - '2024.10.15', ]; /// Sets the current runtime versions.