Skip to content

Commit 47ddf5d

Browse files
committed
Core: Bump the version after 2.5.0 release branch
1 parent b5b9c8a commit 47ddf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/constants/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# We use the SemVer 2.0.0 versioning scheme
4646
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
4747
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
48+
VERSION_PATCH = 1 # Number of changes that do not change the interface
4949
VERSION_SUFFIX = ""
5050

5151
# TODO: At version 2.0.0, remove the symbol_shift feature

0 commit comments

Comments
 (0)