chore: bump version to 2.6.0 (#20585)

## 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

- [ ] Verify version constants are correct

Co-authored-by: Github Action Deploy <github-action-deploy@twenty.com>
This commit is contained in:
twenty-pr[bot]
2026-05-14 17:02:38 +02:00
committed by GitHub
parent 663ef332ad
commit 94748b7042
3 changed files with 5 additions and 2 deletions
@@ -7,4 +7,4 @@
* |___/
*/
export const TWENTY_CURRENT_VERSION = '2.5.0' as const;
export const TWENTY_CURRENT_VERSION = '2.6.0' as const;
@@ -7,4 +7,6 @@
* |___/
*/
export const TWENTY_NEXT_VERSIONS = ['2.6.0'] as const;
export const TWENTY_NEXT_VERSIONS = [
'2.7.0',
] as const;
@@ -16,4 +16,5 @@ export const TWENTY_PREVIOUS_VERSIONS = [
'2.2.0',
'2.3.0',
'2.4.0',
'2.5.0',
] as const;