From d397c1d8718f64e25e438e2348d9c4b71b749af1 Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Thu, 4 Aug 2022 17:35:49 -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 84a73076d..5fb08f18a 100644 --- a/soh/src/boot/build.c +++ b/soh/src/boot/build.c @@ -1,4 +1,4 @@ -const char gBuildVersion[] = "RACHAEL ALFA (3.0.0)"; +const char gBuildVersion[] = "RACHAEL BRAVO (3.0.1)"; const char gBuildTeam[] = "github.com/harbourmasters"; const char gBuildDate[] = __DATE__ " " __TIME__; const char gBuildMakeOption[] = "";