Skip to content

Commit

Permalink
use 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Oct 24, 2023
1 parent 93935a5 commit b8af278
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.0";
const VERSION: &str = "0.11.1";
const TAG: &str = formatcp!("aztec-packages-v{}", VERSION);

const API_URL: &str =
Expand Down

0 comments on commit b8af278

Please sign in to comment.