#9022 Fixed version

This commit is contained in:
Daniel Maya 2022-05-26 11:14:21 +02:00
parent c9ca52e5b9
commit 672d48b49d
1 changed files with 1 additions and 1 deletions

View File

@ -2228,7 +2228,7 @@ class Client
if (is_callable($this->postUpdateFN) === true) {
call_user_func(
$this->postUpdateFN,
$this->currentPackage,
(string) $version,
'server'
);
}