From 16a4100b50c8d28a44166cef2bfb8ad3271d8c8e Mon Sep 17 00:00:00 2001 From: Arthur Suzuki Date: Thu, 25 May 2023 15:47:19 +0200 Subject: [PATCH] Increment version for Koha 21.11.21 release Signed-off-by: Arthur Suzuki --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 3cc66c2ab5..4c8120c217 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.20.000"; +$VERSION = "21.11.21.000"; sub version { return $VERSION; -- 2.39.5