Bump sbf-tools version to v1.24

(cherry picked from commit 689064a4f4)
This commit is contained in:
Dmitri Makarov
2022-03-30 10:19:04 -07:00
committed by Dmitri Makarov
parent 95a279f310
commit d48e9b3a7b
3 changed files with 4 additions and 11 deletions

View File

@ -710,7 +710,7 @@ fn main() {
// The following line is scanned by CI configuration script to
// separate cargo caches according to the version of sbf-tools.
let bpf_tools_version = "v1.23";
let bpf_tools_version = "v1.24";
let version = format!("{}\nbpf-tools {}", crate_version!(), bpf_tools_version);
let matches = clap::Command::new(crate_name!())
.about(crate_description!())