From f527fe3774346aec4f3683b6719100b01869322c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 31 Mar 2020 01:02:46 +0200 Subject: [PATCH] build: Post-release version bump ... and official start of the next development cycle. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e288b878..ffb709a2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.36.0', + version: '3.37.0', meson_version: '>= 0.44.0', license: 'GPL2+' )