Skip to content

Commit 3800ef3

Browse files
committed
Fix versioning again
1 parent f85c3a2 commit 3800ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/cachedump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Cachedump(interfaces.plugins.PluginInterface):
2222
"""Dumps lsa secrets from memory"""
2323

2424
_required_framework_version = (2, 0, 0)
25-
_version = (1, 0, 1)
25+
_version = (1, 0, 2)
2626

2727
@classmethod
2828
def get_requirements(cls):

0 commit comments

Comments
 (0)