From 5da2b1d86134fcfe565ecbc22ced4d3e90c86bf2 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 23 Jan 2020 10:00:38 +0100 Subject: [PATCH] Set version to 1.6 It seems this gets forgotten before doing a release. Like last time: https://github.com/swaywm/swaylock/pull/84 So this time I will try differently and set it to the (probably) next version number :-) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index be081e1..62c188a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'swaylock', 'c', - version: '1.4', + version: '1.6', license: 'MIT', meson_version: '>=0.48.0', default_options: [