From fb47fcf4552517e60b30975475b11249d96e04cc Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Tue, 27 Feb 2024 14:59:29 +0000 Subject: [PATCH] Update const.js --- src/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.js b/src/const.js index adb384e217..db81342a9d 100644 --- a/src/const.js +++ b/src/const.js @@ -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'),