seimin 2 年之前
父节点
当前提交
18a1ec5010
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -8,7 +8,7 @@ if (environment.production) {
8 8
   enableProdMode();
9 9
   if (window) {
10 10
     window.console.log = function () { };
11
-    console.info('v2.4.11');
11
+    console.info('v2.4.12');
12 12
   }
13 13
 }
14 14
 platformBrowserDynamic().bootstrapModule(AppModule)