Skip to content

Commit d745a62

Browse files
committed
PoolScanner: Patch version bump
Bumping the patch version due to bugfix.
1 parent 02fbb3c commit d745a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/poolscanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class PoolScanner(plugins.PluginInterface):
131131
"""A generic pool scanner plugin."""
132132

133133
_required_framework_version = (2, 0, 0)
134-
_version = (3, 0, 0)
134+
_version = (3, 0, 1)
135135

136136
@classmethod
137137
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:

0 commit comments

Comments
 (0)