Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 528fb8b

Browse files
committed
fix: change current version
1 parent 67a63e7 commit 528fb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export class AppComponent {
7070
{ name: '2.1', number: 201 },
7171
{ name: '2.0', number: 200 },
7272
];
73-
from = this.versions.find((version) => version.name === '15.0');
74-
to = this.versions.find((version) => version.name === '16.0');
73+
from = this.versions.find((version) => version.name === '16.0');
74+
to = this.versions.find((version) => version.name === '17.0');
7575
futureVersion = 1800
7676
/**
7777
* Only save the locale in the URL if it was already there, or the user changed it

0 commit comments

Comments
 (0)