From 0290939363e516caedd2a85394d1eb01107f414d Mon Sep 17 00:00:00 2001 From: mlthelama <47679057+mlthelama@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:08:57 +0100 Subject: [PATCH] beta version up --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1d541d..a2d54b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20) set(NAME "LamasTinyHUD") -set(VERSION 1.1.5.0) +set(VERSION 1.1.5.1) # ---- Options ----