Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Mar 21, 2024
1 parent 145d620 commit 5ee1b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ HMODULE baseModule = GetModuleHandle(NULL);
inipp::Ini<char> ini;
std::shared_ptr<spdlog::logger> logger;
string sFixName = "P3RFix";
string sFixVer = "1.1.6";
string sFixVer = "1.1.7";
string sLogFile = "P3RFix.log";
string sConfigFile = "P3RFix.ini";
string sExeName;
Expand Down

0 comments on commit 5ee1b94

Please sign in to comment.