From 14d7625f00caa7f6b5012d4fc06c198cf974fc68 Mon Sep 17 00:00:00 2001
From: Bruce Cowan <bruce@bcowan.me.uk>
Date: Sun, 2 Aug 2020 22:10:53 +0100
Subject: [PATCH] Sync the meson project version and git

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 08fd6fd..4a9ef96 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: CC0-1.0
 
 project('rugby', 'c',
-    version: '0.2.0',
+    version: '0.1.0',
     license:'GPL',
     default_options: ['c_std=gnu11', 'warning_level=3'])
 
-- 
GitLab