game_client_logic_deb 1.4.26 → 1.4.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -292,7 +292,7 @@
292
292
  //endregion
293
293
  function GameEngineConfig() {
294
294
  GameEngineConfig_instance = this;
295
- this.version = '1.4.26';
295
+ this.version = '1.4.27';
296
296
  }
297
297
  GameEngineConfig.prototype.f2c = function () {
298
298
  return this.version;