From f876ceeb2a87fb0baa8097aebcb02d4caacd96b1 Mon Sep 17 00:00:00 2001 From: Bleak Grey Date: Sat, 12 Sep 2020 00:40:59 +0300 Subject: [PATCH] Bump version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 375045c..8ed67e8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha1') +project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha2') config = configuration_data() config.set('EXEC_NAME', meson.project_name())