From bf86b84d6ca681ab4c02e07fe99bb5a74c6778f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 14 May 2021 17:01:12 +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..3ae60e80 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '40.1', + version: '41.alpha', meson_version: '>= 0.44.0', license: 'GPL2+' )