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 0e372b3 commit 5cc453bCopy full SHA for 5cc453b
volatility3/framework/constants/__init__.py
@@ -40,7 +40,7 @@
40
# We use the SemVer 2.0.0 versioning scheme
41
VERSION_MAJOR = 1 # 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
PACKAGE_VERSION = ".".join([str(x) for x in [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH]]) + VERSION_SUFFIX
0 commit comments