mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-22 22:32:22 +02:00
Core: Maintain 3.5.3 compatibility
This commit is contained in:
@@ -696,7 +696,7 @@ class VersionableInterface:
|
||||
|
||||
All version number should use semantic versioning
|
||||
"""
|
||||
_version: Tuple[int, int, int] = (0, 0, 0)
|
||||
_version = (0, 0, 0) # type: Tuple[int, int, int]
|
||||
|
||||
@classproperty
|
||||
def version(cls) -> Tuple[int, int, int]:
|
||||
|
||||
Reference in New Issue
Block a user