From b543d124cd6829407e9c0957cbfe0d6712a5f3a0 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 20 May 2018 15:01:26 +0200 Subject: [PATCH] Version 0.3.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bb7b360..3a8aead 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('girara', 'c', - version: '0.2.9', + version: '0.3.0', meson_version: '>=0.43', default_options: 'c_std=c11', ) -- GitLab