Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Mar 14, 2024
1 parent a02937b commit 10868e7
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;
std::string sFixName = "GBFRelinkFix";
std::string sFixVer = "1.0.8";
std::string sFixVer = "1.0.9";
std::string sLogFile = "GBFRelinkFix.log";
std::string sConfigFile = "GBFRelinkFix.ini";
std::string sExeName;
Expand Down

0 comments on commit 10868e7

Please sign in to comment.