Skip to content

Commit

Permalink
Bump plugin's patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmoreira committed Jan 2, 2024
1 parent 02a389a commit 8e58815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/plugins/linux/kmsg.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class Kmsg(interfaces.plugins.PluginInterface):

_required_framework_version = (2, 0, 0)

_version = (1, 0, 1)
_version = (1, 0, 2)

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

0 comments on commit 8e58815

Please sign in to comment.