diff --git a/perl-lib/OESS/lib/OESS/Database.pm b/perl-lib/OESS/lib/OESS/Database.pm index 9159a051e..479c4a67c 100644 --- a/perl-lib/OESS/lib/OESS/Database.pm +++ b/perl-lib/OESS/lib/OESS/Database.pm @@ -83,7 +83,7 @@ use Data::Dumper; use Socket qw( inet_aton inet_ntoa); -use constant VERSION => '1.2.0'; +use constant VERSION => '1.2.1'; use constant MAX_VLAN_TAG => 4096; use constant MIN_VLAN_TAG => 1; use constant OESS_PW_FILE => "/etc/oess/.passwd.xml";