[server] Ensure the version of Weboob is returned to the client as a string, even if it is null.
Context :
With !1131 (merged) I introduced a regression: the code would raise if version
is null
(ie. Weboob is not installed), as null.toString()
does not exist.
This MR fixes this.