From f194f9b869bbeae9cf8a7f37713623621755868c Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 27 Jul 2022 10:03:44 +0200 Subject: [PATCH] Update OpenCAS version recommended in README Signed-off-by: Robert Baldyga --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1850b8a..c1536b5 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed. We recommend using the latest version, which contains all the important fixes and performance improvements. Bugfix releases are guaranteed only for the -latest major release line (currently 22.3.x). +latest major release line (currently 22.6.x). To download the latest Open CAS Linux release run following commands: ``` -wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.3/open-cas-linux-22.03.0.0666.release.tar.gz -tar -xf open-cas-linux-22.03.0.0666.release.tar.gz -cd open-cas-linux-22.03.0.0666.release/ +wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.6/open-cas-linux-22.06.0.0708.release.tar.gz +tar -xf open-cas-linux-22.06.0.0708.release.tar.gz +cd open-cas-linux-22.06.0.0708.release/ ``` Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: