From 9b8534267389988e18ba77b8d8a80cdc56a1e4dc Mon Sep 17 00:00:00 2001 From: Eve Date: Thu, 14 Dec 2023 09:24:51 +0000 Subject: [PATCH] Linux: bump version for linux kmsg --- volatility3/framework/plugins/linux/kmsg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/plugins/linux/kmsg.py b/volatility3/framework/plugins/linux/kmsg.py index 17dcc61aa..5136a00f6 100644 --- a/volatility3/framework/plugins/linux/kmsg.py +++ b/volatility3/framework/plugins/linux/kmsg.py @@ -412,7 +412,7 @@ class Kmsg(plugins.PluginInterface): _required_framework_version = (2, 0, 0) - _version = (1, 0, 0) + _version = (1, 0, 1) @classmethod def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]: