Skip to content

Commit 64d55bf

Browse files
authored
Merge pull request #1209 from dgmcdona/dgmcdona/windows-amcache
Windows: Adds Amcache plugin
2 parents 5ff06fe + 27ea555 commit 64d55bf

File tree

4 files changed

+695
-18
lines changed

4 files changed

+695
-18
lines changed

volatility3/framework/constants/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# We use the SemVer 2.0.0 versioning scheme
22
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
3-
VERSION_MINOR = 10 # Number of changes that only add to the interface
3+
VERSION_MINOR = 11 # Number of changes that only add to the interface
44
VERSION_PATCH = 0 # Number of changes that do not change the interface
55
VERSION_SUFFIX = ""
66

0 commit comments

Comments
 (0)