From cc2f46b8370b35d2daf91c8d6d154b7b8808a8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 14 May 2021 17:00:35 +0200 Subject: [PATCH] Post-release version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 91cb683c..759ee87a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '40.1', + version: '40.2', meson_version: '>= 0.44.0', license: 'GPL2+' )