Skip to content

Commit 9b85342

Browse files
committed
Linux: bump version for linux kmsg
1 parent fda3ced commit 9b85342

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/plugins/linux

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/kmsg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ class Kmsg(plugins.PluginInterface):
412412

413413
_required_framework_version = (2, 0, 0)
414414

415-
_version = (1, 0, 0)
415+
_version = (1, 0, 1)
416416

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

0 commit comments

Comments
 (0)