game_client_logic_deb 1.4.50 → 1.4.52

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.
@@ -288,7 +288,7 @@
288
288
  //endregion
289
289
  function GameEngineConfig() {
290
290
  GameEngineConfig_instance = this;
291
- this.version = '1.4.50';
291
+ this.version = '1.4.52';
292
292
  }
293
293
  protoOf(GameEngineConfig).k2e = function () {
294
294
  return this.version;