From fd5aa6acc62f3578f611d9a43aa6aafc5ffa1a25 Mon Sep 17 00:00:00 2001 From: raicool Date: Sun, 20 Aug 2023 01:52:08 -0400 Subject: [PATCH] changed version # to 0.2.3 --- src/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cpp b/src/app.cpp index aab8bb0..0bff031 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -7,7 +7,7 @@ void app::init() { - main_window.init(this, "MK7 Spotpass Ghost Manager v0.2.2", 848, 480, 0, SDL_WINDOW_MAXIMIZED | SDL_WINDOW_RESIZABLE); + main_window.init(this, "MK7 Spotpass Ghost Manager v0.2.3", 848, 480, 0, SDL_WINDOW_MAXIMIZED | SDL_WINDOW_RESIZABLE); logger::init_logger();