Skip to content

Commit 91e23e0

Browse files
committed
Bumps patch version for pslist plugins
1 parent 8f9bebd commit 91e23e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

volatility3/framework/plugins/linux/pslist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PsList(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
3434
"""Lists the processes present in a particular linux memory image."""
3535

3636
_required_framework_version = (2, 13, 0)
37-
_version = (4, 1, 0)
37+
_version = (4, 1, 1)
3838

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

volatility3/framework/plugins/windows/pslist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PsList(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
2424
_required_framework_version = (2, 0, 0)
2525

2626
# 3.0.0 - changed signature for `list_processes`
27-
_version = (3, 0, 0)
27+
_version = (3, 0, 1)
2828
PHYSICAL_DEFAULT = False
2929

3030
@classmethod

0 commit comments

Comments
 (0)