From 90a5ae4c34685cf677987c80b5aeb378527ce254 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Tue, 13 Aug 2024 22:48:20 +1000 Subject: [PATCH] chore: bump version to 0.9.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee88884f..d1edbeb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "bpf-linker" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 140beecc..ed32b7d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpf-linker" -version = "0.9.12" +version = "0.9.13" authors = ["Alessandro Decina "] description = "BPF static linker" license = "MIT OR Apache-2.0"