From 69205f7a2a69514a2622cebd89fbe21098803b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20So=C3=B3s?= Date: Thu, 21 Mar 2024 14:56:41 +0100 Subject: [PATCH] Bump runtime version. (#7579) --- CHANGELOG.md | 2 +- app/lib/shared/versions.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a6f6657a..5d1e83fa47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Important changes to data models, configuration, and migrations between each AppEngine version, listed here to ease deployment and troubleshooting. ## Next Release (replace with git tag when deployed) - * Bumped runtimeVersion to `2024.03.19`. + * Bumped runtimeVersion to `2024.03.21`. * Upgraded stable Dart analysis SDK to `3.3.1` * Upgraded stable Flutter analysis SDK to `3.19.3`. * Note: started using generic rate limiting in transactions. diff --git a/app/lib/shared/versions.dart b/app/lib/shared/versions.dart index f5af66be04..d1fe410eec 100644 --- a/app/lib/shared/versions.dart +++ b/app/lib/shared/versions.dart @@ -24,7 +24,7 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$'); /// when the version switch happens. const _acceptedRuntimeVersions = [ // The current [runtimeVersion]. - '2024.03.19', + '2024.03.21', // Fallback runtime versions. '2024.03.12', '2024.03.05',