Skip to content

Commit

Permalink
chore: update to point at future bb release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 7, 2024
1 parent 25767c6 commit 5066afb
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.21.0";
const VERSION: &str = "0.23.0";
const TAG: &str = formatcp!("aztec-packages-v{}", VERSION);

const API_URL: &str =
Expand Down

0 comments on commit 5066afb

Please sign in to comment.