From be150e8aca0d2e3c5f78a24acd4f8dc3997d4734 Mon Sep 17 00:00:00 2001 From: mathieuHa Date: Sat, 19 Nov 2022 19:37:23 +0100 Subject: [PATCH] :memo: Update README fix wrong version (#35) Change version 1.10 to 1.1.0 on the change that deduplicated the cache --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b83c4..8a2b7cf 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ make run ### Note -**/!\ Since Release 1.10, cache is no longer duplicated but shared by all services** +**/!\ Since Release 1.1.0, cache is no longer duplicated but shared by all services** *This lowers the overhead of the cache in memory and the numbers of cache to fetch it from crowdsec in situation with many services*