diff --git a/CHANGELOG.md b/CHANGELOG.md index 58938c5468..eeb1cfd629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +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) + * Bump runtimeVersion to `2025.02.25`. ## `20250218t102600-all` * Bump runtimeVersion to `2025.02.14`. diff --git a/app/lib/shared/versions.dart b/app/lib/shared/versions.dart index 87c8b1a46d..180c596ce8 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.02.14', + '2025.02.25', // Fallback runtime versions. + '2025.02.14', '2025.02.10', - '2025.01.31', ]; /// Sets the current runtime versions.