Increment version for 22.11.09 release

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
This commit is contained in:
Pedro Amorim 2023-08-28 13:01:13 +00:00
parent abb2143205
commit 8aceeb4a2b
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.08.002";
$VERSION = "22.11.09.000";
sub version {
return $VERSION;
}

View file

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