From 76e1fa978113a5ceec756befbe0749dc2c44a640 Mon Sep 17 00:00:00 2001 From: Meet Vasani Date: Sat, 2 Mar 2024 22:58:50 +0530 Subject: [PATCH] chore: update version in cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 010978e..4a55370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kube-nimble" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Meet Vasani "]