Skip to content

Commit

Permalink
Bump to 0.2.4 (nexus-xyz#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudson authored Dec 3, 2024
1 parent fc96e11 commit 0b787f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exclude = ["nova-benches"]

[workspace.package]
edition = "2021"
version = "0.2.3"
version = "0.2.4"
authors = ["The Nexus Team <[email protected]>"]
homepage = "https://nexus.xyz/"
repository = "https://github.com/nexus-xyz/nexus-zkvm/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rustup target add riscv32i-unknown-none-elf
Then, install the Nexus zkVM:

```shell
cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag 'v0.2.3'
cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag 'v0.2.4'
```

Verify the installation:
Expand Down
2 changes: 1 addition & 1 deletion cli/src/command/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn handle_command(args: HostArgs) -> anyhow::Result<()> {

if rev.is_none() && tag.is_none() {
// default to current release
tag = Some(String::from("0.2.3"));
tag = Some(String::from("0.2.4"));
}

setup_crate(path, rev, tag)
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { Callout } from 'nextra/components'

The Nexus zkVM (zero-knowledge virtual machine) is a modular, extensible, open-source, highly-parallelized, prover-optimized, contributor-friendly, [zkVM](specs/zkvm-overview.mdx) written in Rust, focused on performance and security.

[Nexus zkVM v0.2.3](https://github.com/nexus-xyz/nexus-zkvm/releases/tag/v0.2.3) is the current stable release, implementing the zkVM component of the Nexus 2.0 system.
[Nexus zkVM v0.2.4](https://github.com/nexus-xyz/nexus-zkvm/releases/tag/v0.2.4) is the current stable release, implementing the zkVM component of the Nexus 2.0 system.

## Proving Computation

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/zkvm/cli-quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustup target add riscv32i-unknown-none-elf
Then, install the Nexus zkVM:

```shell
cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag 'v0.2.3'
cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag 'v0.2.4'
```

Verify the installation:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/zkvm/sdk-quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustup target add riscv32i-unknown-none-elf
Then, install the Nexus zkVM:

```shell
cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag 'v0.2.3'
cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag 'v0.2.4'
```

Verify the installation:
Expand Down

0 comments on commit 0b787f2

Please sign in to comment.