X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_banexception.cpp;h=7c33e489e80881df653038967ba4f6d61fa57568;hb=89fc6ca9c66198fe54cce19d59279cd454fc1bd0;hp=6d30d617519e84f3b3205862f8bf5033f14358ba;hpb=bfaf7e3b27981a5144faba6d17c6e29fac735dbb;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index 6d30d6175..7c33e489e 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -133,7 +133,7 @@ public: virtual Version GetVersion() { - return Version(1, 1, 0, 3, VF_COMMON | VF_VENDOR, API_VERSION); + return Version(1, 2, 0, 3, VF_COMMON | VF_VENDOR, API_VERSION); } virtual ~ModuleBanException()