From 8231c2544f0a59e7999ec6552aef1f30c8237b80 Mon Sep 17 00:00:00 2001 From: Pavel Balaev Date: Mon, 31 Jul 2023 18:30:36 +0300 Subject: [PATCH] Release 1.3.1 Bugfix release: driver: fix yield in fifottl/utubettl --- queue/version.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue/version.lua b/queue/version.lua index dbd345ea..dcf4cad2 100644 --- a/queue/version.lua +++ b/queue/version.lua @@ -1,4 +1,4 @@ -- Сontains the module version. -- Requires manual update in case of release commit. -return '1.3.0' +return '1.3.1'