From 81b3fb25c4d0443a864145e5aed1948ecc884226 Mon Sep 17 00:00:00 2001 From: Fayeed Pawaskar Date: Mon, 23 Oct 2023 20:13:34 +0530 Subject: [PATCH] Updated cli version number --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5d1faf222..c4f833627 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ad4m" -version = "0.7.0-prerelease.0" +version = "0.7.1-prerelease.0" edition = "2021" authors = ["Nicolas Luck "]