From 0fb2162f5e11506479517f888aa92606407ff11a Mon Sep 17 00:00:00 2001 From: Ankur Sheel Date: Sat, 25 Feb 2023 23:52:18 +1300 Subject: [PATCH] chore: update gitversion version --- .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 c8491df..37f0d82 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,10 +3,10 @@ "isRoot": true, "tools": { "gitversion.tool": { - "version": "5.7.0", + "version": "5.12.0", "commands": [ "dotnet-gitversion" ] } } -} \ No newline at end of file +}