Skip to content

Commit

Permalink
Linux: ptrace: version patch number back to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmoreira committed Oct 8, 2024
1 parent 6b5bef4 commit 620dd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/plugins/linux/ptrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Ptrace(plugins.PluginInterface):
"""Enumerates ptrace's tracer and tracee tasks"""

_required_framework_version = (2, 10, 0)
_version = (1, 0, 1)
_version = (1, 0, 0)

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

0 comments on commit 620dd4e

Please sign in to comment.