Correct version in Koha.pm

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
Lucas Gass 2022-07-26 16:52:35 +00:00
parent e40fa1af65
commit 4018461d49

View file

@ -29,7 +29,7 @@ use vars qw{ $VERSION };
# - #4 : the developer version. The 4th number is the database subversion.
# used by developers when the database changes. updatedatabase take care of the changes itself
# and is automatically called by Auth.pm when needed.
$VERSION = "22.05.03.00";
$VERSION = "22.05.03.000";
sub version {
return $VERSION;