From 4f5cc474b0ac9ac337c0f4a296694468c7fff27d Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 14 Oct 2022 20:46:40 +0200 Subject: [PATCH] Update version string --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 1a0f9e1..ab4147b 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ #pragma once #include "version.h" -#define VERSION "v0.2" +#define VERSION "v0.2.1" #define VERSION_FULL VERSION VERSION_EXTRA