From 32d34d8630fad3e7d581d3d0069923da328d29a6 Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Wed, 20 Nov 2024 15:47:21 +0100 Subject: [PATCH] Update RefitterCommand description to version 1.4.1 --- src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs b/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs index bda9dd652e..9e436ab44a 100644 --- a/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs +++ b/src/CLI/ApiClientCodeGen.CLI/Commands/CSharp/RefitterCommand.cs @@ -6,7 +6,7 @@ namespace Rapicgen.CLI.Commands.CSharp; -[Command("refitter", Description = "Refitter (v1.4.0)")] +[Command("refitter", Description = "Refitter (v1.4.1)")] public class RefitterCommand : CodeGeneratorCommand { private readonly IRefitterCodeGeneratorFactory factory;