From 30003e429793676b9b0f8713ce7686ade08b3845 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Thu, 9 Mar 2023 16:11:34 -0800 Subject: [PATCH] cargo: bump version to 0.0.2 before publishing Bump version to v0.0.2. Signed-off-by: Andrii Nakryiko --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b3f101..802e758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "btfdump" description = "BTF introspection tool" -version = "0.0.1" +version = "0.0.2" authors = ["Andrii Nakryiko "] license = "BSD-2-Clause" edition = "2018"