Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Apr 26, 2024
1 parent 2e82fdd commit 19ca9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -28,12 +28,12 @@ To start learning about Kokkos:

The latest release of Kokkos can be obtained from the [GitHub releases page](https://github.com/kokkos/kokkos/releases/latest).

The current release is [4.2.01](https://github.com/kokkos/kokkos/releases/tag/4.2.01).
The current release is [4.3.00](https://github.com/kokkos/kokkos/releases/tag/4.3.00).

```bash
curl -OJ -L https://github.com/kokkos/kokkos/archive/refs/tags/4.2.01.tar.gz
curl -OJ -L https://github.com/kokkos/kokkos/archive/refs/tags/4.3.00.tar.gz
# Or with wget
wget https://github.com/kokkos/kokkos/archive/refs/tags/4.2.01.tar.gz
wget https://github.com/kokkos/kokkos/archive/refs/tags/4.3.00.tar.gz
```

To clone the latest development version of Kokkos from GitHub:
Expand Down

0 comments on commit 19ca9ce

Please sign in to comment.