Bug 33368: DBRev 22.12.00.019

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit ba601ca37f)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
This commit is contained in:
Tomás Cohen Arazi 2023-04-06 12:50:40 -03:00 committed by Jacob O'Mara
parent 196db80278
commit d5e12d95c2
2 changed files with 1 additions and 1 deletions

View file

@ -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 = "22.11.04.001";
$VERSION = "22.11.04.002";
sub version {
return $VERSION;