Skip to content

Commit 2d875e4

Browse files
committed
Version string
1 parent 2d10836 commit 2d875e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CastingEssentials/PluginBase/CastingPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "Modules/SteamTools.h"
3131
#include "Modules/TeamNames.h"
3232

33-
const char* const PLUGIN_VERSION_ID = "r17 beta11";
33+
const char* const PLUGIN_VERSION_ID = "r17 final";
3434
const char* const PLUGIN_FULL_VERSION = strdup(strprintf("%s %s", PLUGIN_NAME, PLUGIN_VERSION_ID).c_str());
3535

3636
class CastingPlugin final : public Plugin

0 commit comments

Comments
 (0)