From 358903157945a028afdee4d22a429b4be4a1e7d5 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sat, 2 Oct 2021 18:44:27 +0200 Subject: [PATCH] Bump version number --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 047ce90e..41736101 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('lite-xl', ['c', 'cpp'], - version : '2.0.2', + version : '2.0.3', license : 'MIT', meson_version : '>= 0.54', default_options : ['c_std=gnu11', 'cpp_std=c++03']