Skip to content

Commit

Permalink
Update hardcoded upgrade tool to 14.10.10 (#2968)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot authored Nov 15, 2023
1 parent 3cd5a0e commit f316f24
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 @@ -14,7 +14,7 @@ import { selectRenderer } from '@vaadin/select/lit.js';
import { applyTheme } from 'Frontend/generated/theme';

const VAADIN_VERSIONS: Record<string, string> = {
14: '14.10.9',
14: '14.10.10',
15: '15.0.6',
16: '16.0.5',
17: '17.0.11',
Expand Down

0 comments on commit f316f24

Please sign in to comment.