Fix minor bug

This commit is contained in:
Calvo 2023-02-24 15:15:06 +01:00
parent 9294253675
commit 96a5dd9991
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ use base 'Exporter';
our @ISA = qw(Exporter);
# version: Defines actual version of Pandora Server for this module only
my $pandora_version = "7.0NG.769+ALT";
my $pandora_version = "7.0NG.769";
my $pandora_build = "230224";
our $VERSION = $pandora_version." ".$pandora_build;