From f50728bf18e59fad5622019ca7917b0fbf35507f Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Wed, 21 Apr 2021 09:05:51 +0200 Subject: [PATCH] New version tag --- data/core/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core/start.lua b/data/core/start.lua index 494d943f..9258afbf 100644 --- a/data/core/start.lua +++ b/data/core/start.lua @@ -1,6 +1,6 @@ -- this file is used by lite-xl to setup the Lua environment -- when starting -VERSION = "1.16.5" +VERSION = "1.16.6" SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE PATHSEP = package.config:sub(1, 1)