From 99a40797a419a19d84af3e002e06202cba8bba7c Mon Sep 17 00:00:00 2001 From: Cleiton Floss Date: Mon, 5 Feb 2018 20:47:49 -0300 Subject: [PATCH] chore: bump version forgot to change meson's file version --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 0740435..eaa3dd8 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,5 +1,5 @@ app_name = meson.project_name() -version = '0.0.0' +version = '0.0.2' release_name = 'beta' prefix = get_option('prefix')