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 b01c17f commit ed1b1f5Copy full SHA for ed1b1f5
volatility3/framework/constants/_version.py
@@ -1,7 +1,7 @@
1
# We use the SemVer 2.0.0 versioning scheme
2
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
3
VERSION_MINOR = 26 # Number of changes that only add to the interface
4
-VERSION_PATCH = 0 # Number of changes that do not change the interface
+VERSION_PATCH = 1 # Number of changes that do not change the interface
5
VERSION_SUFFIX = ""
6
7
PACKAGE_VERSION = (
0 commit comments