Skip to content

Commit

Permalink
Bump runtimeVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Nov 21, 2024
1 parent f91e4f3 commit eb9554d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `2024.11.21`.

## `20241119t142300-all`

Expand Down
4 changes: 2 additions & 2 deletions app/lib/shared/versions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
/// when the version switch happens.
const _acceptedRuntimeVersions = <String>[
// The current [runtimeVersion].
'2024.11.18',
'2024.11.21',
// Fallback runtime versions.
'2024.11.18',
'2024.11.11',
'2024.10.29',
];

/// Sets the current runtime versions.
Expand Down

0 comments on commit eb9554d

Please sign in to comment.