Skip to content

Commit

Permalink
Update hardcoded upgrade tool to 23.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot committed Nov 21, 2023
1 parent f316f24 commit d08675c
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.3.27',
23: '23.3.28',
};

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

0 comments on commit d08675c

Please sign in to comment.