Skip to content

Commit f091641

Browse files
committed
Framework: Bump patch version number
Bumping the framework patch version number due to bugfix in windows' `EPROCESS` extension class' `is_valid()` method.
1 parent da73a50 commit f091641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/constants/_version.py

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

77
PACKAGE_VERSION = (

0 commit comments

Comments
 (0)