Skip to content

Commit

Permalink
Bump runtime version. (#7579)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Mar 21, 2024
1 parent 7344dca commit 69205f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/lib/shared/versions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
/// when the version switch happens.
const _acceptedRuntimeVersions = <String>[
// The current [runtimeVersion].
'2024.03.19',
'2024.03.21',
// Fallback runtime versions.
'2024.03.12',
'2024.03.05',
Expand Down

0 comments on commit 69205f7

Please sign in to comment.