diff --git a/src/const.js b/src/const.js index 9322ba1f4..a3054cdff 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,17 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.86.0', + VERSION: '3.86.1', + + /** + * Phaser Release Version as displayed in the console.log header URL. + * + * @name Phaser.LOG_VERSION + * @const + * @type {string} + * @since 3.86.1 + */ + LOG_VERSION: 'v386', BlendModes: require('./renderer/BlendModes'), diff --git a/src/core/Config.js b/src/core/Config.js index 085a47001..c34207d50 100644 --- a/src/core/Config.js +++ b/src/core/Config.js @@ -176,7 +176,7 @@ var Config = new Class({ /** * @const {string} Phaser.Core.Config#gameURL - The URL of the game. */ - this.gameURL = GetValue(config, 'url', 'https://phaser.io/v385/'); + this.gameURL = GetValue(config, 'url', 'https://phaser.io/' + CONST.LOG_VERSION); /** * @const {string} Phaser.Core.Config#gameVersion - The version of the game.