From 0064ca84d98fcd5ce7e343f4789b2597af967c55 Mon Sep 17 00:00:00 2001 From: Andrew Hawes <117602754+Andrew1Hawes@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:24:03 +0000 Subject: [PATCH] Increase version number --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index ab6c262..253836f 100644 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ #pragma once -#define VERSION "v0.1" +#define VERSION "v0.2" #define DESCRIPTION "Restart or close a game shortcut plugin"