From 1510ca4724dbb20b6cb423e7d672976fafadbf1a Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 23 Nov 2021 13:31:37 -0500 Subject: [PATCH] Bump version to 21.05.05.005 Signed-off-by: Kyle M Hall --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 93424f23dd..4053b92b8f 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.05.05.003"; +$VERSION = "21.05.05.005"; sub version { return $VERSION; -- 2.39.2