From 6a13d2aeeb943cd5217b8e7901c76e0c854aaeea Mon Sep 17 00:00:00 2001 From: KtorZ Date: Mon, 23 Sep 2024 15:46:45 +0200 Subject: [PATCH] bump version to 0.0.2 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5334a06..e4a5dbc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zhuli" description = "A companion command-line tool for managing a hot/cold DRep setup." -version = "0.0.1" +version = "0.0.2" edition = "2021" repository = "https://github.com/CardanoSolutions/zhuli" homepage = "https://github.com/CardanoSolutions/zhuli"