Upgrade version in Handler::Lib::CDA (#2192)

This commit is contained in:
Clément OUDOT 2020-05-08 18:14:53 +02:00
parent 9663912564
commit 2b73d98e72

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Handler::Lib::CDA;
use strict;
our $VERSION = '2.0.6';
our $VERSION = '2.0.9';
sub run {
my ( $class, $req, $rule, $protection ) = @_;