From dd571a2caa85730166cc9b5be382fd874337eec0 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Mon, 30 Nov 2020 19:36:25 +0100 Subject: [PATCH] Update README to point to latest (v20.3.3) release Signed-off-by: Robert Baldyga --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ab9702..d0d802c 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed. To download latest Open CAS Linux release run following commands: ``` -wget https://github.com/Open-CAS/open-cas-linux/releases/download/v20.3.2/open-cas-linux-v20.03.2.0295.tar.gz -tar -xf open-cas-linux-v20.03.2.0295.tar.gz -cd open-cas-linux-v20.03.2.0295/ +wget https://github.com/Open-CAS/open-cas-linux/releases/download/v20.3.3/open-cas-linux-v20.03.3.0307.tar.gz +tar -xf open-cas-linux-v20.03.3.0307.tar.gz +cd open-cas-linux-v20.03.3.0307/ ``` Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: