Skip to content

Commit 32394cc

Browse files
Merge pull request #1703 from robertbaldyga/readme-v25.12
Update Open CAS version in README
2 parents 379a201 + e0daba6 commit 32394cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed.
2525

2626
We recommend using the latest version, which contains all the important fixes
2727
and performance improvements. Bugfix releases are guaranteed only for the
28-
latest major release line (currently 25.3.x).
28+
latest major release line (currently 25.12.x).
2929

3030
To download the latest Open CAS Linux release run following commands:
3131

3232
```
33-
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v25.03/open-cas-linux-25.03.0.0963.release.tar.gz
34-
tar -xf open-cas-linux-25.03.0.0963.release.tar.gz
35-
cd open-cas-linux-25.03.0.0963.release/
33+
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v25.12/open-cas-linux-25.12.0.0997.release.tar.gz
34+
tar -xf open-cas-linux-25.12.0.0997.release.tar.gz
35+
cd open-cas-linux-25.12.0.0997.release/
3636
```
3737

3838
Alternatively, if you want recent development (unstable) version, you can clone GitHub repository:

0 commit comments

Comments
 (0)