diff --git a/client/src/util/Engines.js b/client/src/util/Engines.js index 51ef6fef8..9b94b67b5 100644 --- a/client/src/util/Engines.js +++ b/client/src/util/Engines.js @@ -16,7 +16,7 @@ export const ENGINES = { export const ENGINE_PROFILES = [ { executionPlatform: ENGINES.PLATFORM, - executionPlatformVersions: [ '7.21.0', '7.20.0', '7.19.0', '7.18.0', '7.17.0', '7.16.0', '7.15.0' ], + executionPlatformVersions: [ '7.22.0', '7.21.0', '7.20.0', '7.19.0', '7.18.0', '7.17.0', '7.16.0', '7.15.0' ], latestStable: '7.21.0' }, {