From e4ddcfa49bfc01251615618ebaf5e6bb834ba016 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Fri, 28 Jul 2023 10:58:17 +0000 Subject: [PATCH] Increment version for 22.11.08 release Signed-off-by: Matt Blenkinsop --- Koha.pm | 2 +- installer/data/mysql/db_revs/221108000.pl | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 installer/data/mysql/db_revs/221108000.pl diff --git a/Koha.pm b/Koha.pm index 9c7fda4725..5a8f393d73 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.07.003"; +$VERSION = "22.11.08.000"; sub version { return $VERSION; } diff --git a/installer/data/mysql/db_revs/221108000.pl b/installer/data/mysql/db_revs/221108000.pl new file mode 100644 index 0000000000..e514e8eee4 --- /dev/null +++ b/installer/data/mysql/db_revs/221108000.pl @@ -0,0 +1,7 @@ +use Modern::Perl; + +return { + bug_number => undef, + description => 'Koha 22.11.08 release', + up => sub { }, + } \ No newline at end of file -- 2.39.2