From af35772b7241048b0d3dd7c773feeb09d0755cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 5 Feb 2025 12:11:54 +0100 Subject: [PATCH] Actually bump version Fixes: 61b5bdb4 ("Bump version to 48.beta") Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 315d5e59..9f0dc4cc 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '48.alpha', + version: '48.beta', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )