Skip to content

Commit 64b52c1

Browse files
StephenFluinatscott
authored andcommitted
docs(docs-infra): warning about upgrading to v21
1 parent 8132a96 commit 64b52c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/app/features/update/update.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default class UpdateComponent {
107107
];
108108
protected from = this.versions.find((version) => version.name === '20.0')!;
109109
protected to = this.versions.find((version) => version.name === '21.0')!;
110-
protected futureVersion = 2100;
110+
protected futureVersion = 2200;
111111

112112
protected readonly steps: Step[] = RECOMMENDATIONS;
113113

0 commit comments

Comments
 (0)