From f8ccf07bcd90dbbf76e386577c8efa75c30c57bd Mon Sep 17 00:00:00 2001
From: Bruce Cowan <bruce@bcowan.me.uk>
Date: Mon, 27 Jul 2020 13:07:45 +0100
Subject: [PATCH] Post-release version bump

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

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