From 055805fd5c66216ecc0655b9570948389365bd33 Mon Sep 17 00:00:00 2001 From: Kyle Ratti Date: Fri, 3 May 2024 18:23:57 -0400 Subject: [PATCH] deps: upgrade versionize --- .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 40399e1..4ee96b9 100755 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "versionize": { - "version": "1.18.0", + "version": "1.24.0", "commands": [ "versionize" ]