From 962791b29d55a7e23321ab2cc8b081023f1f849b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Fri, 1 Dec 2023 17:22:58 +0100 Subject: [PATCH] release 0.13.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9370cec..631202c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('pinentry-bemenu', 'c', default_options : ['warning_level=3', 'c_std=c11'], - version : '0.13.0', + version : '0.13.1', )