From 93d32ae8bf4d6ca4a382c824d9c5a38dda93194f Mon Sep 17 00:00:00 2001 From: nozwock <57829219+nozwock@users.noreply.github.com> Date: Sun, 9 Apr 2023 12:38:55 +0530 Subject: [PATCH] chore: bump version to 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e60054..99afc49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = ["libyanu-common", "yanu-cli"] edition = "2021" license = "MIT" repository = "https://github.com/nozwock/yanu" -version = "0.7.0" +version = "0.7.1" [workspace.dependencies] color-eyre = "0.6.2"