From c045854eb632aee09819e76b375e58febc4ba5ba Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 25 Mar 2022 06:27:23 -0400 Subject: [PATCH] Update Koha.pm version to 21.11.04.000 --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 49e38f78a3..afe6da5e3c 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 = "21.11.03.001"; +$VERSION = "21.11.04.000"; sub version { return $VERSION; -- 2.20.1