Skip to content

Commit 620dd4e

Browse files
committed
Linux: ptrace: version patch number back to zero
1 parent 6b5bef4 commit 620dd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/ptrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Ptrace(plugins.PluginInterface):
1919
"""Enumerates ptrace's tracer and tracee tasks"""
2020

2121
_required_framework_version = (2, 10, 0)
22-
_version = (1, 0, 1)
22+
_version = (1, 0, 0)
2323

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

0 commit comments

Comments
 (0)