From c0f87e96447025c0d3544f9418f5b9a83af60d01 Mon Sep 17 00:00:00 2001 From: Alfredo Gallardo Date: Mon, 18 Mar 2024 23:24:26 -0300 Subject: [PATCH] - ci: version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f668806..e0ac1b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kaivm" -version = "0.1.1" +version = "0.2.0" description = "KAIVM is a multiplatform Command Line Interface (CLI) designed to simplify the process of downloading, managing, configuring, and running different versions of Shinkai Node" authors = ["Alfredo Gallardo "] homepage = "https://github.com/agallardol/kaivm"