From 0e46d30281851afa6679b3f78b4e067fd4abcf16 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Tue, 8 Oct 2024 14:25:19 +0200 Subject: [PATCH] README: Recommend the latest release Signed-off-by: Robert Baldyga --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c689b7ac..7760d742d 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.6.x). +latest major release line (currently 24.9.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.3/open-cas-linux-22.06.3.0725.release.tar.gz -tar -xf open-cas-linux-22.06.3.0725.release.tar.gz -cd open-cas-linux-22.06.3.0725.release/ +wget https://github.com/Open-CAS/open-cas-linux/releases/download/v24.9/open-cas-linux-24.09.0.0900.release.tar.gz +tar -xf open-cas-linux-24.09.0.0900.release.tar.gz +cd open-cas-linux-24.09.0.0900.release/ ``` Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: