Skip to content

Commit

Permalink
Update appstate.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSquires committed Jan 8, 2025
1 parent 6e9f6a5 commit be3af0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appstate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit be3af0f

Please sign in to comment.