From be3af0f7e8cb6343551a6adcb021ed29cec1b2c5 Mon Sep 17 00:00:00 2001 From: Paul Squires Date: Wed, 8 Jan 2025 12:39:13 -0330 Subject: [PATCH] Update appstate.h --- src/appstate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/appstate.h b/src/appstate.h index 9d2e7acf..fd887c6b 100644 --- a/src/appstate.h +++ b/src/appstate.h @@ -597,8 +597,8 @@ struct AppState { CDatabase db{}; CConfig config{}; - std::string version_current_display = "5.03"; - std::string version_available_display = ""; + std::string version_current_display = "5.04"; + std::string version_available_display = ""; // this is automatically populated when server is checked. int ticker_id = 1; // incrementing counter for requesting market data