From 1dba76f6ab3998996868d7a87f198cd81d444fa0 Mon Sep 17 00:00:00 2001 From: Jan Mach <jan.mach@cesnet.cz> Date: Fri, 21 Sep 2018 16:18:46 +0200 Subject: [PATCH] DEPLOY: Version bumped up to '2.0.8' to build new distribution. (Redmine issue: #3387) --- lib/mentat/__init__.py | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py index 58e3ae8b..ccfa8af6 100644 --- a/lib/mentat/__init__.py +++ b/lib/mentat/__init__.py @@ -20,4 +20,4 @@ open-source project. __author__ = "Jan Mach <jan.mach@cesnet.cz>" __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" -__version__ = "2.0.7" +__version__ = "2.0.8" diff --git a/package.json b/package.json index db505a5f..e2b264e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mentat-ng", - "version": "2.0.7", + "version": "2.0.8", "description": "Distributed modular SIEM system designed to monitor networks of all sizes", "author": "CESNET-CERTS Development Team (https://csirt.cesnet.cz/en/contact)", "homepage": "https://mentat.cesnet.cz/en/index", -- GitLab