From 35523a299470a205f88399830f7f128d4a3cbdd0 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:12:59 -0800 Subject: [PATCH] Update README with correct CLI version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa5f3074..a87b04b7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The `TrustGraph CLI` installs the commands for interacting with TrustGraph while ### Install the TrustGraph CLI ``` -pip3 install trustgraph-cli==0.14.14 +pip3 install trustgraph-cli==0.14.15 ``` > [!NOTE]