Skip to content

Commit da1216a

Browse files
authored
Merge pull request #594 from a5hlynx/develop
update version to 2.0.0
2 parents f821ac6 + 6803490 commit da1216a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/crashinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
class Crashinfo(interfaces.plugins.PluginInterface):
17-
_required_framework_version = (1, 1, 0)
17+
_required_framework_version = (2, 0, 0)
1818

1919
@classmethod
2020
def get_requirements(cls):

0 commit comments

Comments
 (0)