We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fb297 commit 7125acbCopy full SHA for 7125acb
1 file changed
src/app/version.service.ts
@@ -8,7 +8,7 @@ export class VersionService {
8
constructor() { }
9
10
public get() {
11
- return '5.2.3';
+ return '6.0.0';
12
}
13
14
0 commit comments