Merge pull request #1203 from tinola/master

update version number
This commit is contained in:
the-djmaze 2023-07-10 10:34:37 +02:00 committed by GitHub
commit c669a8e55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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';