Fix versions

This commit is contained in:
Yadd 2022-02-03 11:20:47 +01:00
parent 39570ee365
commit 42f3697a06
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ use Mouse;
use Safe;
use constant PE_OK => 0;
our $VERSION = '2.0.6';
our $VERSION = '2.0.14';
# Handle "if then else" (used during init)
# return a sub that can be called with ($req) to get a [array] of combination

View File

@ -12,7 +12,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_BADCREDENTIALS
);
our $VERSION = '2.0.6';
our $VERSION = '2.0.14';
extends 'Lemonldap::NG::Portal::Auth::LDAP';

View File

@ -13,7 +13,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
);
use Scalar::Util 'weaken';
our $VERSION = '2.0.12';
our $VERSION = '2.0.14';
extends 'Lemonldap::NG::Portal::Main::Auth';
with 'Lemonldap::NG::Portal::Lib::OverConf';

View File

@ -12,7 +12,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_PP_CHANGE_AFTER_RESET
);
our $VERSION = '2.0.10';
our $VERSION = '2.0.14';
# Inheritance: UserDB::LDAP provides all needed ldap functions
extends qw(