Skip to content

Commit

Permalink
chore: bump bb version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 26, 2023
1 parent d58f15e commit 42a8aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/bb_abstraction_leaks/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use const_format::formatcp;

const USERNAME: &str = "AztecProtocol";
const REPO: &str = "aztec-packages";
const VERSION: &str = "0.11.1";
const VERSION: &str = "0.12.0";
const TAG: &str = formatcp!("aztec-packages-v{}", VERSION);

const API_URL: &str =
Expand Down

0 comments on commit 42a8aed

Please sign in to comment.