fabric 7.0.0-rc1 → 7.0.0

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.
package/dist/index.js CHANGED
@@ -362,7 +362,7 @@
362
362
  }
363
363
  const cache = new Cache();
364
364
 
365
- var version = "7.0.0-rc1";
365
+ var version = "7.0.0";
366
366
 
367
367
  // use this syntax so babel plugin see this import here
368
368
  const VERSION = version;