Update versions

This commit is contained in:
Xavier 2019-04-09 22:04:19 +02:00
parent a187e5c59b
commit 804a996810
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Common::Conf::Wrapper;
use strict;
use JSON;
our $VERSION = '2.0.0';
our $VERSION = '2.0.3';
sub TIEHASH {
my ( $class, $conf, $overrides ) = @_;

View File

@ -5,7 +5,7 @@ package Lemonldap::NG::Handler::PSGI::Main;
use strict;
use base 'Lemonldap::NG::Handler::Main';
our $VERSION = '2.0.0';
our $VERSION = '2.0.3';
# Specific modules and constants for Test or CGI
use constant FORBIDDEN => 403;