PoolScanner: Patch version bump

Bumping the patch version due to bugfix.
This commit is contained in:
David McDonald
2025-04-15 10:21:52 -05:00
parent 02fbb3ce49
commit d745a62d7f
@@ -131,7 +131,7 @@ class PoolScanner(plugins.PluginInterface):
"""A generic pool scanner plugin."""
_required_framework_version = (2, 0, 0)
_version = (3, 0, 0)
_version = (3, 0, 1)
@classmethod
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]: