Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 29, 2023
1 parent 1d5b4b9 commit f47400a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub(crate) struct CliShimError(String);

const USERNAME: &str = "AztecProtocol";
const REPO: &str = "barretenberg";
const VERSION: &str = "0.4.5";
const VERSION: &str = "0.4.6";
const TAG: &str = formatcp!("barretenberg-v{}", VERSION);
const DEST_FOLDER: &str = ".nargo/backends/acvm-backend-barretenberg";
const BINARY_NAME: &str = "backend_binary";
Expand Down

0 comments on commit f47400a

Please sign in to comment.