Skip to content

Commit 5bbec2d

Browse files
committed
Core: Bump to 2.4.1 in preparation for 2.4.0 release
1 parent 27951ae commit 5bbec2d

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
@@ -40,7 +40,7 @@
4040
# We use the SemVer 2.0.0 versioning scheme
4141
VERSION_MAJOR = 2 # Number of releases of the library with a breaking change
4242
VERSION_MINOR = 4 # Number of changes that only add to the interface
43-
VERSION_PATCH = 0 # Number of changes that do not change the interface
43+
VERSION_PATCH = 1 # Number of changes that do not change the interface
4444
VERSION_SUFFIX = ""
4545

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

0 commit comments

Comments
 (0)