diff --git a/core/settings.py b/core/settings.py index 2d576855ffe4..5abc503a5c04 100644 --- a/core/settings.py +++ b/core/settings.py @@ -23,7 +23,7 @@ from thirdparty.six.moves import urllib as _urllib NAME = "Maltrail" -VERSION = "0.28.99" +VERSION = "0.29.1" HOMEPAGE = "https://maltrail.github.io" PLATFORM = os.name IS_WIN = PLATFORM == "nt"