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