Bug 36244: DBRev 22.11.15.001

This commit is contained in:
Frédéric Demians 2024-03-25 10:47:59 +00:00
parent 1951a86b4d
commit 67f842d0c2
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.15.000";
$VERSION = "22.11.15.001";
sub version {
return $VERSION;