Skip to content

Commit 88c8bfe

Browse files
author
Dave Lassalle
committed
#1780 - bump versions
1 parent 4012887 commit 88c8bfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

volatility3/framework/constants/_version.py

Lines changed: 2 additions & 2 deletions
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
3-
VERSION_MINOR = 26 # Number of changes that only add to the interface
4-
VERSION_PATCH = 2 # Number of changes that do not change the interface
3+
VERSION_MINOR = 27 # Number of changes that only add to the interface
4+
VERSION_PATCH = 0 # Number of changes that do not change the interface
55
VERSION_SUFFIX = ""
66

77
PACKAGE_VERSION = (

volatility3/framework/plugins/windows/dlllist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DllList(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
2222
"""Lists the loaded DLLs in a particular windows memory image."""
2323

2424
_required_framework_version = (2, 0, 0)
25-
_version = (3, 0, 0)
25+
_version = (3, 0, 1)
2626

2727
@classmethod
2828
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:

0 commit comments

Comments
 (0)