From c630588d22882c5a1ff26217f1e5370e9439022c Mon Sep 17 00:00:00 2001 From: jackun Date: Sun, 23 Aug 2020 11:57:21 +0300 Subject: [PATCH] Update version in meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c880a5c3..b43ac65a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('MangoHud', ['c', 'cpp'], - version : 'v0.4.0', + version : 'v0.5.1', license : 'MIT', default_options : ['buildtype=release', 'c_std=c99', 'cpp_std=c++14'] )