From a9241b2af17c7238ffcfef1ab0648a6737ade2e6 Mon Sep 17 00:00:00 2001 From: Artem Golubikhin Date: Sun, 6 Feb 2022 16:13:05 +0300 Subject: [PATCH] Updated the version string to `1.2 Beta 3` --- Main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.h b/Main.h index 8c51f27..45ddfe6 100644 --- a/Main.h +++ b/Main.h @@ -1,3 +1,3 @@ #pragma once -const char PLUGIN_VERSION[] = "1.2 Beta 2"; +const char PLUGIN_VERSION[] = "1.2 Beta 3";