From 4018461d492286b2c6eba9bb162001fd7dbcc38f Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 26 Jul 2022 16:52:35 +0000 Subject: [PATCH] Correct version in Koha.pm Signed-off-by: Lucas Gass --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index c98975a3e8..852e82ff39 100644 --- a/Koha.pm +++ b/Koha.pm @@ -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; -- 2.39.5