Windows: Add a _version to the filescan plugin

This commit is contained in:
Eve
2024-07-25 18:21:12 +01:00
parent e5a530f08a
commit 7a03e9deab
@@ -14,6 +14,7 @@ class FileScan(interfaces.plugins.PluginInterface):
"""Scans for file objects present in a particular windows memory image."""
_required_framework_version = (2, 0, 0)
_version = (1, 0, 1)
@classmethod
def get_requirements(cls):