Skip to content

Commit ed1b1f5

Browse files
committed
Avoid bumping the version too quickly without reason
1 parent b01c17f commit ed1b1f5

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 = 0 # Number of changes that do not change the interface
4+
VERSION_PATCH = 1 # Number of changes that do not change the interface
55
VERSION_SUFFIX = ""
66

77
PACKAGE_VERSION = (

0 commit comments

Comments
 (0)