From 9c334c8535aa252b24adaae27c25fbef0265336a Mon Sep 17 00:00:00 2001 From: AliReZa Sabouri Date: Thu, 16 Nov 2023 21:54:28 +0100 Subject: [PATCH] chore: update self dependency to v0.6.3 --- .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 7a8bb1c..548085e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "husky": { - "version": "0.6.0", + "version": "0.6.3", "commands": [ "husky" ] @@ -15,4 +15,4 @@ ] } } -} \ No newline at end of file +}