diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-01 01:33:00 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-01 01:33:00 +0100 |
commit | e8b57d789b10a6aeb152483526b76bbda0b2b194 (patch) | |
tree | 9344d0c5bc095c10d86c6a7c18b657c7a4570105 /plugins/mod_posix.lua | |
parent | 9c6c576f099d4f4f71edde0c47df60178b888afb (diff) | |
download | prosody-e8b57d789b10a6aeb152483526b76bbda0b2b194.tar.gz prosody-e8b57d789b10a6aeb152483526b76bbda0b2b194.zip |
util.pposix: Add function for atomically appending data to a file
Diffstat (limited to 'plugins/mod_posix.lua')
-rw-r--r-- | plugins/mod_posix.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_posix.lua b/plugins/mod_posix.lua index 2103071a..412a7779 100644 --- a/plugins/mod_posix.lua +++ b/plugins/mod_posix.lua @@ -7,7 +7,7 @@ -- -local want_pposix_version = "0.3.6"; +local want_pposix_version = "0.3.7"; local pposix = assert(require "util.pposix"); if pposix._VERSION ~= want_pposix_version then |