From 58816acf51e7749da2b597ee7729fc4197a4cca0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Nov 2021 12:23:21 +0000 Subject: [PATCH] Update dependency benchmarkdotnet.tool to v0.12.1 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 01f3818..751279b 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "benchmarkdotnet.tool": { - "version": "0.12.0", + "version": "0.12.1", "commands": [ "dotnet-benchmark" ]