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