Bug 34029: DBRev 22.11.07.003

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 532cf4ab9f)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit a0cc737bc6)
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
This commit is contained in:
Tomás Cohen Arazi 2023-06-26 10:28:55 -03:00 committed by Pedro Amorim
parent ad4bb3e14f
commit 7ebdb10573
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.07.002";
$VERSION = "22.11.07.003";
sub version {
return $VERSION;
}