From b2a3ef8663fd9ed22b008657175f12e5c05549d0 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Tue, 7 Nov 2023 11:37:23 +0000 Subject: [PATCH] Increment version for 22.11.11 release Signed-off-by: Matt Blenkinsop --- Koha.pm | 2 +- installer/data/mysql/db_revs/221111000.pl | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 installer/data/mysql/db_revs/221111000.pl diff --git a/Koha.pm b/Koha.pm index 7f73df9c83..f97ce14972 100644 --- a/Koha.pm +++ b/Koha.pm @@ -30,7 +30,7 @@ use vars qw{ $VERSION }; # 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.11.10.004"; +$VERSION = "22.11.11.000"; sub version { return $VERSION; } diff --git a/installer/data/mysql/db_revs/221111000.pl b/installer/data/mysql/db_revs/221111000.pl new file mode 100644 index 0000000000..7514d7e5c0 --- /dev/null +++ b/installer/data/mysql/db_revs/221111000.pl @@ -0,0 +1,7 @@ +use Modern::Perl; + +return { + bug_number => undef, + description => 'Koha 22.11.11 release', + up => sub { }, +} -- 2.39.2