From 5b3f182009d327f2cc53bb61763a9e523f452541 Mon Sep 17 00:00:00 2001 From: Andre Claudino Date: Wed, 26 May 2021 12:20:06 -0300 Subject: [PATCH] Update cargo version and authors --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac04cee..2ad0cf53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "fluvio-helm" -version = "0.4.2" +version = "0.5.0" edition = "2018" license = "Apache-2.0" -authors = ["Fluvio Contributors "] +authors = ["André Claudino ", "Fluvio Contributors "] repository = "https://github.com/infinyon/fluvio-helm" description = "Helm wrapper"