From 435d723f3e6ae94c8afa2f20dd1008cefafa77eb Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sat, 29 Oct 2022 12:27:34 +0200 Subject: [PATCH] Build system: Bump version number to 69 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cc0c135..db255e8 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'nightthemeswitcher', - version: '68', + version: '69', license: ['GPL-3.0-or-later', 'CC-BY-SA-4.0'], meson_version: '>= 0.56.0' )