Bump new version number

This commit is contained in:
Francesco Abbate 2021-03-07 18:47:15 +01:00
parent d0d6ad8d7d
commit b612357371
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
-- this file is used by lite-xl to setup the Lua environment
-- when starting
VERSION = "1.16.2"
VERSION = "1.16.3"
SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE
PATHSEP = package.config:sub(1, 1)