From d235bfaa365303505f82d9a72956922de2ac23cf Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Thu, 1 Sep 2022 15:26:59 +0200 Subject: [PATCH] README: Use version v22.6.1 Signed-off-by: Robert Baldyga --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1536b5..dfbcb46 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ 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.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/ +wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.6.1/open-cas-linux-22.06.1.0712.release.tar.gz +tar -xf open-cas-linux-22.06.1.0712.release.tar.gz +cd open-cas-linux-22.06.1.0712.release/ ``` Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: