From 9ec0bf9196b9dcb0ab94df4235b781c56eb8aeeb Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 23 Nov 2021 20:11:54 +0100 Subject: [PATCH] Set correct version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5c3f555..44488bb 100644 --- a/meson.build +++ b/meson.build @@ -19,7 +19,7 @@ project( 'unl0kr', 'c', - version: '0.0.0', + version: '0.1.0', default_options: 'warning_level=1', meson_version: '>=0.53.0' )