Bug 21983: DBRev 22.11.00.005

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit aa32188553)
This commit is contained in:
Tomás Cohen Arazi 2023-06-06 15:26:52 -03:00 committed by Matt Blenkinsop
parent b879c2f99d
commit 9d327f5496
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.06.004";
$VERSION = "22.11.06.005";
sub version {
return $VERSION;
}