浏览代码

4.0.0-alpha.0

David Catuhe 6 年之前
父节点
当前提交
602e12acc7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Engine/babylon.engine.ts

+ 1 - 1
src/Engine/babylon.engine.ts

@@ -475,7 +475,7 @@ module BABYLON {
          * Returns the current version of the framework
          */
         public static get Version(): string {
-            return "3.3.0";
+            return "4.0.0-alpha.0";
         }
 
         // Updatable statics so stick with vars here