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

Commit 4299648

Browse files
committed
Update the current version
1 parent 35cddc4 commit 4299648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/app.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ export class AppComponent {
6767
{ name: '2.1', number: 201 },
6868
{ name: '2.0', number: 200 },
6969
];
70-
from = this.versions.find((version) => version.name === '12.0');
71-
to = this.versions.find((version) => version.name === '13.0');
72-
futureVersion = 1400
70+
from = this.versions.find((version) => version.name === '13.0');
71+
to = this.versions.find((version) => version.name === '14.0');
72+
futureVersion = 1500
7373
/**
7474
* Only save the locale in the URL if it was already there, or the user changed it
7575
*/

0 commit comments

Comments
 (0)