diff --git a/volatility/constants.py b/volatility/constants.py index c2d67b97..38240a60 100644 --- a/volatility/constants.py +++ b/volatility/constants.py @@ -23,7 +23,7 @@ import os, sys -VERSION = "2.3.1" +VERSION = "2.4 (Beta)" SCAN_BLOCKSIZE = 1024 * 1024 * 10