Skip to content

Commit

Permalink
Update appstate.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSquires committed Dec 8, 2024
1 parent 511a703 commit 6c2a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appstate.h
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ struct AppState {
CDatabase db{};
CConfig config{};

std::string version_current_display = "5.01";
std::string version_current_display = "5.02";
std::string version_available_display = "";

int ticker_id = 1; // incrementing counter for requesting market data
Expand Down

0 comments on commit 6c2a61f

Please sign in to comment.