Skip to content

Commit

Permalink
feat: mark 7.21 as the latest stable Camunda 7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored and barmac committed Mar 27, 2024
1 parent 5814082 commit eba8fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/util/Engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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' ],
latestStable: '7.20.0'
latestStable: '7.21.0'
},
{
executionPlatform: ENGINES.CLOUD,
Expand Down
2 changes: 1 addition & 1 deletion client/src/util/__tests__/EnginesSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('util/Engines', function() {
};
}

it('Platform', verifyLatestStable(ENGINES.PLATFORM, '7.20.0'));
it('Platform', verifyLatestStable(ENGINES.PLATFORM, '7.21.0'));

it('Cloud', verifyLatestStable(ENGINES.CLOUD, '8.5.0'));

Expand Down

0 comments on commit eba8fdc

Please sign in to comment.