From 089a7afbbd75ed893c28ab76f577c73234a52039 Mon Sep 17 00:00:00 2001 From: Ben Richards Date: Fri, 12 Jul 2024 20:08:15 +1200 Subject: [PATCH] Update const.js for TP3 release --- src/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.js b/src/const.js index f305f7fbf..a6ebacf76 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 Beam TP2', + VERSION: '3.90.0 Beam TP3', BlendModes: require('./renderer/BlendModes'),