Increment version for 22.11.08 release

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Matt Blenkinsop 2023-07-28 10:58:17 +00:00
parent f05903b360
commit e4ddcfa49b
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.07.003";
$VERSION = "22.11.08.000";
sub version {
return $VERSION;
}

View file

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