From 227f2faa5b92930c67a0c91f74c1eabaedcaae03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 26 Aug 2019 14:11:10 +0200 Subject: [PATCH] bump version to 1.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- docker-bench-security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 2e7d0e6..35e23b9 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -7,7 +7,7 @@ # Checks for dozens of common best-practices around deploying Docker containers in production. # ------------------------------------------------------------------------------ -version='1.3.4' +version='1.3.5' # Load dependencies . ./functions_lib.sh