@galacean/engine-shaderlab 1.6.0-beta.2 → 1.6.1

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.
@@ -8817,7 +8817,7 @@ ShaderLab._shaderPositionPool = ShaderLabUtils.createObjectPool(ShaderPosition);
8817
8817
  ShaderLab._shaderRangePool = ShaderLabUtils.createObjectPool(ShaderRange);
8818
8818
 
8819
8819
  //@ts-ignore
8820
- var version = "1.6.0-beta.2";
8820
+ var version = "1.6.1";
8821
8821
  var mode = "Release";
8822
8822
  mode = "Verbose";
8823
8823
  console.log("Galacean Engine ShaderLab Version: " + version + " | Mode: " + mode);