Skip to content

Commit

Permalink
Bump runtimeVersion. (#6919)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Aug 16, 2023
1 parent 75bd22c commit 8111570
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)
* Bumped runtimeVersion to `2023.08.16`.
* Note: Upgraded `package:gcloud`.
* Note: `analyzer` and `dartdoc` processing is turned off.

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 @@ -22,10 +22,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
/// when the version switch happens.
const acceptedRuntimeVersions = <String>[
// The current [runtimeVersion].
'2023.08.08',
'2023.08.16',
// Fallback runtime versions.
'2023.08.08',
'2023.08.04',
'2023.07.24',
];

/// Represents a combined version of the overall toolchain and processing,
Expand Down

0 comments on commit 8111570

Please sign in to comment.