prosodyctl: Bump util.pposix version for API change
authorKim Alvefur <zash@zash.se>
Tue, 9 Apr 2013 13:50:46 +0000 (15:50 +0200)
committerKim Alvefur <zash@zash.se>
Tue, 9 Apr 2013 13:50:46 +0000 (15:50 +0200)
prosodyctl

index 71b99f9eb54e31bc602b18d6e0285d88b30e2d84..24d28157883666f1ac84ace03d49824aa9c3469c 100755 (executable)
@@ -135,7 +135,7 @@ dependencies.log_warnings();
 -- Switch away from root and into the prosody user --
 local switched_user, current_uid;
 
-local want_pposix_version = "0.3.5";
+local want_pposix_version = "0.3.6";
 local ok, pposix = pcall(require, "util.pposix");
 
 if ok and pposix then