We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081f465 commit fe92171Copy full SHA for fe92171
src/Workleap.OpenApi.MSBuild/SwaggerManager.cs
@@ -5,7 +5,7 @@ namespace Workleap.OpenApi.MSBuild;
5
6
internal sealed class SwaggerManager : ISwaggerManager
7
{
8
- private const string SwaggerVersion = "8.1.1";
+ private const string SwaggerVersion = "8.1.4";
9
private const string DoNotEditComment = "# DO NOT EDIT. This is a generated file\n";
10
private const int MaxRetryCount = 3;
11
private readonly IProcessWrapper _processWrapper;
0 commit comments