diff --git a/core/settings.py b/core/settings.py index 9de67edcb9b1..fe3cce4c3057 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.34.9" +VERSION = "0.35.1" HOMEPAGE = "https://maltrail.github.io" PLATFORM = os.name IS_WIN = PLATFORM == "nt"