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 b5b9c8a commit 47ddf5dCopy full SHA for 47ddf5d
volatility3/framework/constants/__init__.py
@@ -45,7 +45,7 @@
45
# We use the SemVer 2.0.0 versioning scheme
46
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
47
VERSION_MINOR = 5 # Number of changes that only add to the interface
48
-VERSION_PATCH = 0 # Number of changes that do not change the interface
+VERSION_PATCH = 1 # Number of changes that do not change the interface
49
VERSION_SUFFIX = ""
50
51
# TODO: At version 2.0.0, remove the symbol_shift feature
0 commit comments