From 68b182b40b7c4b5cd13238d08a1751854eb1f65a Mon Sep 17 00:00:00 2001 From: Kyle Ratti Date: Wed, 2 Aug 2023 20:30:12 -0400 Subject: [PATCH] chore: update 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 121cb7d..40399e1 100755 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "versionize": { - "version": "1.15.2", + "version": "1.18.0", "commands": [ "versionize" ]