From 113912eb6b9ae0b08b2a1606a76aefcfb4d2007c Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Tue, 26 Sep 2023 08:29:12 +0200 Subject: [PATCH] bump version to 0.7.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 199cd112..0b51043e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('MangoHud', ['c', 'cpp'], - version : 'v0.6.9', + version : 'v0.7.0', license : 'MIT', meson_version: '>=0.60.0', default_options : ['buildtype=release', 'c_std=c99', 'cpp_std=c++14', 'warning_level=2']