From 473b8fe38af492609d85b8be4c0fd51f0f53cc2a Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Thu, 26 Oct 2023 21:31:25 -0300 Subject: [PATCH] chore: bump to v0.3 Signed-off-by: Renato Westphal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b8853d4..c408668b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ default-members = ["holo-daemon", "holo-cli"] resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.3.0" authors = ["Renato Westphal "] license = "MIT" edition = "2021"