Skip to content

Commit a02243b

Browse files
committed
2.1.0 -> 3.0.0 InodePages bump
1 parent 5970304 commit a02243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/pagecache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ class InodePages(plugins.PluginInterface):
402402

403403
_required_framework_version = (2, 0, 0)
404404

405-
_version = (2, 1, 0)
405+
_version = (3, 0, 0)
406406

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

0 commit comments

Comments
 (0)