diff options
Diffstat (limited to 'src/modules/m_opersha256.cpp')
-rw-r--r-- | src/modules/m_opersha256.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_opersha256.cpp b/src/modules/m_opersha256.cpp index 01452a2e1..055c559ad 100644 --- a/src/modules/m_opersha256.cpp +++ b/src/modules/m_opersha256.cpp @@ -284,7 +284,7 @@ public: virtual Version GetVersion() { - return Version(1, 0, 0, 1, VF_VENDOR, API_VERSION); + return Version(1, 1, 0, 1, VF_VENDOR, API_VERSION); } }; |