Update const.js for TP3 release

This commit is contained in:
Ben Richards 2024-07-12 20:08:15 +12:00
parent 66fcac346e
commit 089a7afbbd

View file

@ -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'),