chore: bump version to 2.4.0 (#20345)

## Summary

- Moves current version to previous versions array
- Sets TWENTY_CURRENT_VERSION to the new version
- Updates TWENTY_NEXT_VERSIONS with the next minor version

## Checklist

- [x] Verify version constants are correct

---------

Co-authored-by: Github Action Deploy <github-action-deploy@twenty.com>
Co-authored-by: prastoin <paul@twenty.com>
This commit is contained in:
twenty-pr[bot]
2026-05-07 09:41:47 +00:00
committed by GitHub
parent 9f930aa366
commit f720186122
5 changed files with 23 additions and 23 deletions
@@ -7,4 +7,4 @@
* |___/
*/
export const TWENTY_CURRENT_VERSION = '2.3.0' as const;
export const TWENTY_CURRENT_VERSION = '2.4.0' as const;
@@ -7,4 +7,4 @@
* |___/
*/
export const TWENTY_NEXT_VERSIONS = ['2.4.0'] as const;
export const TWENTY_NEXT_VERSIONS = ['2.5.0'] as const;
@@ -14,4 +14,5 @@ export const TWENTY_PREVIOUS_VERSIONS = [
'2.0.0',
'2.1.0',
'2.2.0',
'2.3.0',
] as const;