Skip to content

Commit

Permalink
Merge branch 'v23' into update-hardcoded-version-23.5.14-1734525025
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Dec 18, 2024
2 parents e3cb8a9 + 778a4e8 commit 5c6ccb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/demo/upgrade-tool/upgrade-tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const VAADIN_VERSIONS: Record<string, string> = {
20: '20.0.8',
21: '21.0.9',
22: '22.0.28',
23: '23.5.13',
23: '23.5.14',
};

const SIMPLE_VERSIONS = Object.keys(VAADIN_VERSIONS);
Expand Down

0 comments on commit 5c6ccb1

Please sign in to comment.