util.startup: Bump expected util.pposix version

Otherwise Prosody refuses to start.
This commit is contained in:
Kim Alvefur 2024-11-16 14:35:11 +01:00
parent 6480651a93
commit 35e92231f8

View file

@ -534,7 +534,7 @@ end
local function check_posix()
if prosody.platform ~= "posix" then return end
local want_pposix_version = "0.4.0";
local want_pposix_version = "0.4.1";
local have_pposix, pposix = pcall(require, "prosody.util.pposix");
if pposix._VERSION ~= want_pposix_version then