diff --git a/package.json b/package.json index 501847d0566..cb27e4ec81a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "name": "babylonjs", "description": "Babylon.js is a JavaScript 3D engine based on webgl.", - "version": "4.0.0-alpha.26", + "version": "4.0.0-alpha.27", "repository": { "type": "git", "url": "https://github.com/BabylonJS/Babylon.js.git" diff --git a/src/Engines/engine.ts b/src/Engines/engine.ts index d6791649946..5cffe41bad2 100644 --- a/src/Engines/engine.ts +++ b/src/Engines/engine.ts @@ -491,7 +491,7 @@ export class Engine { * Returns the current version of the framework */ public static get Version(): string { - return "4.0.0-alpha.26"; + return "4.0.0-alpha.27"; } /**