From 8a95d52890a3613b2b2f83df8e0e6a036711b5f1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 24 May 2022 12:15:11 +0200 Subject: [PATCH] build: bump version to 0.3.0-dev Makes it clear this is a development version. See [1]. [1]: https://github.com/swaywm/sway/pull/6730 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c190273..4ae1d3b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'libliftoff', 'c', - version: '0.3.0', + version: '0.3.0-dev', license: 'MIT', meson_version: '>=0.52.0', default_options: [