We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d10836 commit 2d875e4Copy full SHA for 2d875e4
1 file changed
CastingEssentials/PluginBase/CastingPlugin.cpp
@@ -30,7 +30,7 @@
30
#include "Modules/SteamTools.h"
31
#include "Modules/TeamNames.h"
32
33
-const char* const PLUGIN_VERSION_ID = "r17 beta11";
+const char* const PLUGIN_VERSION_ID = "r17 final";
34
const char* const PLUGIN_FULL_VERSION = strdup(strprintf("%s %s", PLUGIN_NAME, PLUGIN_VERSION_ID).c_str());
35
36
class CastingPlugin final : public Plugin
0 commit comments