From df3374ec2f47c2de1ca0ccb0bdbd967d5d8dc4c7 Mon Sep 17 00:00:00 2001 From: Danyon Sewell Date: Fri, 29 Sep 2023 12:20:53 +1300 Subject: [PATCH] Increment version for 21.11.24 release Signed-off-by: Danyon Sewell --- Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index d651cfb4fc..13262cf763 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.23.000"; +$VERSION = "21.11.24.000"; sub version { return $VERSION; -- 2.39.5