We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de87fd0 commit 8376d1cCopy full SHA for 8376d1c
volatility3/framework/constants/__init__.py
@@ -40,7 +40,7 @@
40
# We use the SemVer 2.0.0 versioning scheme
41
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
42
VERSION_MINOR = 0 # Number of changes that only add to the interface
43
-VERSION_PATCH = 0 # Number of changes that do not change the interface
+VERSION_PATCH = 1 # Number of changes that do not change the interface
44
VERSION_SUFFIX = ""
45
46
# TODO: At version 2.0.0, remove the symbol_shift feature
0 commit comments