Skip to content

Commit 9a7ebdf

Browse files
Merge pull request #1718 from robertbaldyga/readme-v25.12.1
Update Open CAS version in README
2 parents 1657a98 + 22c6e4a commit 9a7ebdf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ latest major release line (currently 25.12.x).
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.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/
33+
wget https://github.com/Open-CAS/open-cas-linux/releases/download/v25.12.1/open-cas-linux-25.12.1.1011.release.tar.gz
34+
tar -xf open-cas-linux-25.12.1.1011.release.tar.gz
35+
cd open-cas-linux-25.12.1.1011.release/
3636
```
3737

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

version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CAS_VERSION_MAIN=25
2-
CAS_VERSION_MAJOR=12
3-
CAS_VERSION_MINOR=1
1+
CAS_VERSION_MAIN=26
2+
CAS_VERSION_MAJOR=3
3+
CAS_VERSION_MINOR=0

0 commit comments

Comments
 (0)