From ee471fb367004fe0cf9ec084001558ed60b212a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 12 Aug 2024 11:29:18 -0700 Subject: [PATCH] Release 8.0.0 (#80) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 24a0d2f..d5ace88 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('elementary-session-settings', - version: '5.0.3', + version: '8.0.0', default_options: 'sysconfdir=/etc') i18n = import('i18n')