summaryrefslogtreecommitdiff
path: root/src/core/bs_unassign.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_unassign.cpp')
-rw-r--r--src/core/bs_unassign.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/bs_unassign.cpp b/src/core/bs_unassign.cpp
index cab7e817c..cf6d8d7ab 100644
--- a/src/core/bs_unassign.cpp
+++ b/src/core/bs_unassign.cpp
@@ -65,7 +65,6 @@ class BSUnassign : public Module
BSUnassign(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
- this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSUnassign);
}