From b2152b766560b78f0c0c5dac64324986efc6d9b5 Mon Sep 17 00:00:00 2001 From: Jan Mach <jan.mach@cesnet.cz> Date: Thu, 12 Jul 2018 13:32:03 +0200 Subject: [PATCH] DEPLOY: Version bumped up to '0.12.0' 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 636dfcf0..4906cd4e 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__ = "0.11.0" +__version__ = "0.12.0" diff --git a/package.json b/package.json index 6a8d1f28..53d618f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mentat-ng", - "version": "0.11.0", + "version": "0.12.0", "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