From c208d67e0fd79754a53e6ab8ae2e217b36f80057 Mon Sep 17 00:00:00 2001 From: Marcus Bakker Date: Thu, 14 Nov 2019 14:46:59 +0100 Subject: [PATCH] Bumped the version to 1.2.4 --- Dockerfile | 2 +- README.md | 2 +- constants.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c81a05..b49f5d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-alpine -LABEL version="1.2.3" +LABEL version="1.2.4" # update repository and install Linux packages RUN apk update && \ diff --git a/README.md b/README.md index d42700b..9d4242c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ DeTT&CT #### Detect Tactics, Techniques & Combat Threats -Latest version: [1.2.3](https://github.com/rabobank-cdc/DeTTECT/wiki/Changelog#version-123) +Latest version: [1.2.4](https://github.com/rabobank-cdc/DeTTECT/wiki/Changelog#version-124) To get started with DeTT&CT, check out this [page](https://github.com/rabobank-cdc/DeTTECT/wiki/Getting-started), our [talk](https://www.youtube.com/watch?v=_kWpekkhomU) at hack.lu 2019 and our blog on: - [mbsecure.nl/blog/2019/5/dettact-mapping-your-blue-team-to-mitre-attack](https://www.mbsecure.nl/blog/2019/5/dettact-mapping-your-blue-team-to-mitre-attack) or diff --git a/constants.py b/constants.py index a048925..0348a8b 100644 --- a/constants.py +++ b/constants.py @@ -2,7 +2,7 @@ import re APP_NAME = 'DeTT&CT' APP_DESC = 'Detect Tactics, Techniques & Combat Threats' -VERSION = '1.2.3' +VERSION = '1.2.4' EXPIRE_TIME = 60 * 60 * 24