From 03a693dc78eb7d6db119593caaaa015bf5374640 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 19 Jul 2023 19:31:40 +0200 Subject: [PATCH] Bump version --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index ab4147b..bc635e6 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ #pragma once #include "version.h" -#define VERSION "v0.2.1" +#define VERSION "v0.2.2" #define VERSION_FULL VERSION VERSION_EXTRA