Prepare 1.16.7 release

This commit is contained in:
Francesco Abbate
2021-05-01 23:18:16 +02:00
parent fcbb424f16
commit b42d9de0be
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
-- this file is used by lite-xl to setup the Lua environment
-- when starting
VERSION = "1.16.6"
VERSION = "1.16.7"
SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE
PATHSEP = package.config:sub(1, 1)