Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall committed Feb 26, 2024
1 parent 3a9d017 commit a23148a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.6";
std::string sFixVer = "1.0.7";
std::string sLogFile = "GBFRelinkFix.log";
std::string sConfigFile = "GBFRelinkFix.ini";
std::string sExeName;
Expand Down Expand Up @@ -60,7 +60,7 @@ void Logging()
{
try
{
logger = spdlog::basic_logger_st(sFixName.c_str(), sExePath.string() +"scripts\\" + sLogFile, true);
logger = spdlog::basic_logger_st(sFixName.c_str(), sExePath.string() + "scripts\\" + sLogFile, true);
spdlog::set_default_logger(logger);

spdlog::flush_on(spdlog::level::debug);
Expand Down

0 comments on commit a23148a

Please sign in to comment.