@@ -, +, @@ --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_28959.pl => db_revs/210600039.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_28959.pl => db_revs/210600039.pl} (100%) --- a/Koha.pm +++ a/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "21.06.00.038"; +$VERSION = "21.06.00.039"; sub version { return $VERSION;