From 2fa6ff7cb341f318661fc382440115a4476eed96 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Fri, 26 Jan 2024 08:04:56 +0100 Subject: [PATCH] Bump version to 0.7.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bbdb50ca..9261c92a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('MangoHud', ['c', 'cpp'], - version : 'v0.7.0', + version : 'v0.7.1', license : 'MIT', meson_version: '>=0.60.0', default_options : ['buildtype=release', 'c_std=c99', 'cpp_std=c++14', 'warning_level=2']