Skip to content

Commit 5cc453b

Browse files
committed
Bump the version number for a hotfix
1 parent 0e372b3 commit 5cc453b

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 = 1 # Number of releases of the library with a breaking change
4242
VERSION_MINOR = 0 # 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
PACKAGE_VERSION = ".".join([str(x) for x in [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH]]) + VERSION_SUFFIX

0 commit comments

Comments
 (0)