From 044259f776427c842dfb95af867c9f649ec63b20 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Wed, 25 Jan 2023 18:41:04 +0100 Subject: [PATCH] release-notes tool could not locate old version while on tag (#10) --- dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-tools.json b/dotnet-tools.json index 995e640..3da4e96 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -15,7 +15,7 @@ ] }, "release-notes": { - "version": "0.5.1", + "version": "0.5.2", "commands": [ "release-notes" ]