From 1d6d326803cad3b3c033ea87562eae323178277b Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 21 Apr 2021 14:38:25 +0200 Subject: [PATCH 1/2] Bump master version to v21.6 Signed-off-by: Robert Baldyga --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 0ca7ee1..3cb486f 100644 --- a/version +++ b/version @@ -1,3 +1,3 @@ CAS_VERSION_MAIN=21 -CAS_VERSION_MAJOR=3 +CAS_VERSION_MAJOR=6 CAS_VERSION_MINOR=0 From e2d07159a6d50cd87b1139cf0254098ce5021b65 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 21 Apr 2021 14:40:39 +0200 Subject: [PATCH 2/2] Update version referred by README to v21.3 Signed-off-by: Robert Baldyga --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36b018f..8033870 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.12.1/open-cas-linux-20.12.2.0444.release.tar.gz -tar -xf open-cas-linux-20.12.2.0444.release.tar.gz -cd open-cas-linux-20.12.2.0444.release/ +wget https://github.com/Open-CAS/open-cas-linux/releases/download/v21.3/open-cas-linux-21.03.0.0496.release.tar.gz +tar -xf open-cas-linux-21.03.0.0496.release.tar.gz +cd open-cas-linux-21.03.0.0496.release/ ``` Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: