From 6a85dc1b952f7b10c6127dd8ff9c7339ae843b36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
Date: Mon, 14 Nov 2022 12:27:21 +0100
Subject: [PATCH] build: Bump version to 1.29
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jonas Ã…dahl <jadahl@gmail.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 6415bac..3f2f008 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('wayland-protocols',
-	version: '1.28',
+	version: '1.29',
 	meson_version: '>= 0.55.0',
 	license: 'MIT/Expat',
 )
-- 
GitLab