From a985390f65d35ed521b7c41ec3506729b6d62991 Mon Sep 17 00:00:00 2001 From: Istvan Soos Date: Tue, 13 May 2025 12:49:56 +0200 Subject: [PATCH] Bump runtime version. --- CHANGELOG.md | 1 + app/lib/shared/versions.dart | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad5cfdd75..6bb12acb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ AppEngine version, listed here to ease deployment and troubleshooting. ## Next Release (replace with git tag when deployed) ## `20250512t092200-all` + * Bump runtimeVersion to `2025.05.13`. ## `20250506t102500-all` * Bump runtimeVersion to `2025.04.29`. diff --git a/app/lib/shared/versions.dart b/app/lib/shared/versions.dart index 73f284aa1a..10f2d838ba 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]. - '2025.04.29', + '2025.05.13', // Fallback runtime versions. + '2025.04.29', '2025.04.24', - '2025.04.01', ]; /// Sets the current runtime versions.