aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2021-03-20 22:31:45 +0100
committerFrancesco Abbate <francesco.bbt@gmail.com>2021-03-20 22:31:45 +0100
commit15a4985065ca0a360399f040723641258bef9328 (patch)
tree15598b7f808d14073c9ef38595693138e1e93e11 /data
parentb33167ca4b50359a9a401f24f8261613b13c0fa6 (diff)
downloadlite-xl-1.16.5.tar.gz
lite-xl-1.16.5.zip
Prepare release 1.16.5v1.16.5
Diffstat (limited to 'data')
-rw-r--r--data/core/start.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/core/start.lua b/data/core/start.lua
index 31dd1d49..8d3a4e3a 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.4"
+VERSION = "1.16.5"
SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE
PATHSEP = package.config:sub(1, 1)