update version number

This commit is contained in:
tinola 2023-07-07 17:13:44 +02:00
parent 19ea5de1bf
commit 231480e775

View file

@ -7,8 +7,8 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.16.2',
RELEASE = '2023-04-11',
VERSION = '2.16.3',
RELEASE = '2023-06-02',
REQUIRED = '2.15.2',
CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA';