Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed May 2, 2024
1 parent 5504b60 commit 2ef37ab
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.1.0";
std::string sFixVer = "1.1.1";
std::string sLogFile = "GBFRelinkFix.log";
std::string sConfigFile = "GBFRelinkFix.ini";
std::string sExeName;
Expand Down

0 comments on commit 2ef37ab

Please sign in to comment.