From a2f7df504c9cb296aab5a5a1a70169ced1b8e6f9 Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Fri, 28 Oct 2022 15:12:41 +0200 Subject: [PATCH] bump version --- lsyncd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsyncd.lua b/lsyncd.lua index 288e2e3..f264796 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -25,7 +25,7 @@ then lsyncd.terminate( -1 ) end -lsyncd_version = '2.3.0' +lsyncd_version = '2.3.1' -- compatibility with 5.1 if table.unpack == nil then