Increment version for 22.11.10 release

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Matt Blenkinsop 2023-09-28 11:26:12 +00:00
parent 6d4317a3b8
commit f762376ad7
2 changed files with 8 additions and 1 deletions

View file

@ -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;
}

View file

@ -0,0 +1,7 @@
use Modern::Perl;
return {
bug_number => undef,
description => 'Koha 22.11.10 release',
up => sub { },
}