Bug 33028: DBRev 22.11.08.001

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 86c2d9d1e9)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 834b3ca5d9)
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
This commit is contained in:
Tomás Cohen Arazi 2023-07-18 14:24:46 -03:00 committed by Pedro Amorim
parent 6deab87d2d
commit 2ce7b2e312
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.08.000";
$VERSION = "22.11.08.001";
sub version {
return $VERSION;
}