From d0d4e95d93520b9d21511aefead9c5a1706286f2 Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Fri, 30 Aug 2019 12:09:11 +0100
Subject: [PATCH] Updated version support (#385)

Strictly, we don't have the changes in 1.13-json but we do have them in 1.13
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3c61a58..0d84b0a 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ kube-bench supports the tests for Kubernetes as defined in the CIS Benchmarks 1.
 | 1.1.0| 1.7 | 1.7 |
 | 1.2.0| 1.8 | 1.8-1.10 |
 | 1.3.0| 1.11 | 1.11-1.12 |
-| 1.4.0| 1.13 | 1.13- |
+| 1.4.1| 1.13 | 1.13- |
 
 By default kube-bench will determine the test set to run based on the Kubernetes version running on the machine.
 
-- 
GitLab