Skip to content

Commit

Permalink
Linux: ptrace: bumping version patch number to re-run the black linte…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmoreira committed Oct 8, 2024
1 parent aa95913 commit 6b5bef4
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, 0)
_version = (1, 0, 1)

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

0 comments on commit 6b5bef4

Please sign in to comment.