Explorar el Código

kicking 3.3 off:)

David Catuhe hace 7 años
padre
commit
fa22f57b8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Engine/babylon.engine.ts

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

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