Skip to content

Commit 7ed7d43

Browse files
committed
plugins: bump lsof minor version
1 parent c471707 commit 7ed7d43

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/plugins/linux

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/lsof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class Lsof(plugins.PluginInterface, timeliner.TimeLinerInterface):
110110
"""Lists open files for each processes."""
111111

112112
_required_framework_version = (2, 0, 0)
113-
_version = (2, 0, 2)
113+
_version = (2, 1, 0)
114114

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

0 commit comments

Comments
 (0)