From 3223331e76d9852b1277a0cf16123dc33b199c29 Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Thu, 8 Sep 2022 19:08:22 -0400 Subject: [PATCH] Increment version --- soh/src/boot/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/boot/build.c b/soh/src/boot/build.c index 5fb08f18ac..36520d4a6f 100644 --- a/soh/src/boot/build.c +++ b/soh/src/boot/build.c @@ -1,4 +1,4 @@ -const char gBuildVersion[] = "RACHAEL BRAVO (3.0.1)"; +const char gBuildVersion[] = "RACHAEL CHARLIE (3.0.2)"; const char gBuildTeam[] = "github.com/harbourmasters"; const char gBuildDate[] = __DATE__ " " __TIME__; const char gBuildMakeOption[] = "";