Browse Source

4.0.0-alpha.0

David Catuhe 6 years ago
parent
commit
602e12acc7
1 changed files with 1 additions and 1 deletions
  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
          * Returns the current version of the framework
          */
          */
         public static get Version(): string {
         public static get Version(): string {
-            return "3.3.0";
+            return "4.0.0-alpha.0";
         }
         }
 
 
         // Updatable statics so stick with vars here
         // Updatable statics so stick with vars here