From de40e71fbeae2057f83a78c0abce03e5c02dce04 Mon Sep 17 00:00:00 2001 From: Andrew Hawes <117602754+Andrew1Hawes@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:12:58 +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 927a198..1866aa1 100755 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ #pragma once -#define VERSION "v0.3" +#define VERSION "v0.4" #define DESCRIPTION "For launching Wii VC titles"