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();