Update const.js

This commit is contained in:
Richard Davey 2024-02-27 14:59:29 +00:00
parent b1806fd721
commit fb47fcf455

View file

@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.90.0-beta.1',
VERSION: '3.80.1',
BlendModes: require('./renderer/BlendModes'),