Browse Source

Set the correct plugin version

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
3b7ab5df31
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/CardinalPlugin.cpp

+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -533,7 +533,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(2, 0, 0);
return d_version(0, 22, 2);
}
int64_t getUniqueId() const override


Loading…
Cancel
Save