From e8d17c29149bd9a872b8365cca0623fde950f00b Mon Sep 17 00:00:00 2001 From: Eddie Lin <5827855+fszlin@users.noreply.github.com> Date: Sat, 4 Apr 2020 22:42:47 -0400 Subject: [PATCH] Update dotnet-tools.json --- .config/dotnet-tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3e9ed9a..b8a3135 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,10 +3,10 @@ "isRoot": true, "tools": { "dotnet-certes": { - "version": "1.0.5", + "version": "1.0.6", "commands": [ "certes" ] } } -} \ No newline at end of file +}