Skip to content

Commit

Permalink
Version string
Browse files Browse the repository at this point in the history
  • Loading branch information
PazerOP committed Feb 19, 2018
1 parent 2d10836 commit 2d875e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CastingEssentials/PluginBase/CastingPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "Modules/SteamTools.h"
#include "Modules/TeamNames.h"

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

class CastingPlugin final : public Plugin
Expand Down

0 comments on commit 2d875e4

Please sign in to comment.