diff --git a/diceserv.h b/diceserv.h index 534736a..3d8120a 100644 --- a/diceserv.h +++ b/diceserv.h @@ -178,7 +178,7 @@ class DiceServService : public Service static const Anope::string &Version() { - static Anope::string version = "3.0.0"; + static Anope::string version = "3.0.1"; return version; }