Skip to content

Commit c909fdd

Browse files
committed
linux: netfilter plugin: Bump minor version
1 parent bee3f00 commit c909fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/netfilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ class Netfilter(interfaces.plugins.PluginInterface):
675675

676676
_required_framework_version = (2, 0, 0)
677677

678-
_version = (1, 0, 0)
678+
_version = (1, 1, 0)
679679

680680
_required_linuxutils_version = (2, 1, 0)
681681
_required_lsmod_version = (2, 0, 0)

0 commit comments

Comments
 (0)