From f762376ad77a25fa88a7a4b74c6be0ef6e4dfecb Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Thu, 28 Sep 2023 11:26:12 +0000 Subject: [PATCH] Increment version for 22.11.10 release Signed-off-by: Matt Blenkinsop --- Koha.pm | 2 +- installer/data/mysql/db_revs/221110000.pl | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 installer/data/mysql/db_revs/221110000.pl diff --git a/Koha.pm b/Koha.pm index b5028202f7..476c59051a 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.09.000"; +$VERSION = "22.11.10.000"; sub version { return $VERSION; } diff --git a/installer/data/mysql/db_revs/221110000.pl b/installer/data/mysql/db_revs/221110000.pl new file mode 100644 index 0000000000..53caa20ee4 --- /dev/null +++ b/installer/data/mysql/db_revs/221110000.pl @@ -0,0 +1,7 @@ +use Modern::Perl; + +return { + bug_number => undef, + description => 'Koha 22.11.10 release', + up => sub { }, + } -- 2.39.5