aboutsummaryrefslogtreecommitdiff
path: root/data/core/start.lua
diff options
context:
space:
mode:
Diffstat (limited to 'data/core/start.lua')
-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)