Skip to content

Commit

Permalink
plugin: go down a version for a hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Oct 29, 2024
1 parent ce68d17 commit 3aff610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ void CServerPlugin::UnPause(void)
const char* CServerPlugin::GetPluginDescription(void)
{
#if GITHUB_RUN_DATA == 0 // DATA should always fallback to 0. We will set it to 1 in releases.
return "HolyLib Serverplugin V0.7 DEV (Workflow: " GITHUB_RUN_NUMBER ")";
return "HolyLib Serverplugin V0.6.1 DEV (Workflow: " GITHUB_RUN_NUMBER ")";
#else
return "HolyLib Serverplugin V0.7";
return "HolyLib Serverplugin V0.6.1";
#endif
}

Expand Down

0 comments on commit 3aff610

Please sign in to comment.