Bug 34844: DBRev 22.11.10.002

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit aacbadb22f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit bf1eb47651)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2023-09-22 10:43:50 -03:00 committed by Jacob O'Mara
parent 2f2962f43d
commit da3aef00f8
2 changed files with 1 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.10.001";
$VERSION = "22.11.10.002";
sub version {
return $VERSION;
}