Skip to content

Commit b82458e

Browse files
committed
Windows Thrdscan: Convert from PATCH to MINOR version bump
1 parent 6237950 commit b82458e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/thrdscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ThrdScan(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface)
2121

2222
# version 2.6.0 adds support for scanning for 'Ethread' structures by pool tags
2323
_required_framework_version = (2, 6, 0)
24-
_version = (2, 0, 1)
24+
_version = (2, 1, 0)
2525

2626
class ThreadInfo(NamedTuple):
2727
offset: int

0 commit comments

Comments
 (0)