Skip to content

Commit d6a791c

Browse files
committed
VadYaraScan: Increment version
1 parent 47219aa commit d6a791c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/vadyarascan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class VadYaraScan(interfaces.plugins.PluginInterface):
1919
"""Scans all the Virtual Address Descriptor memory maps using yara."""
2020

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

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

0 commit comments

Comments
 (0)