Skip to content

Commit

Permalink
feat(module: website): update site cdn version (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
aijunhao committed Mar 29, 2023
1 parent 64fab34 commit 994b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/site/_site/src/app/app.component.ts
Expand Up @@ -32,7 +32,7 @@ export class AppComponent implements OnInit, AfterViewInit {
'5.0.3': '2015.0.3',
'6.0.2': '2016.0.2',
'7.0.1': '2017.0.1',
'8.0.0': '2018.0.0'
'8.0.0': '2018.0.11'
};
currentVersion = '8.0.0';
isHomeURL = true;
Expand Down

0 comments on commit 994b63b

Please sign in to comment.