Skip to content

Commit

Permalink
Update autogenerated code header version to v1.4.1 in RefitterCodeGen…
Browse files Browse the repository at this point in the history
…erator
  • Loading branch information
christianhelle committed Nov 20, 2024
1 parent 32d34d8 commit 025c0a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public string GenerateCode(IProgressReporter? pGenerateProgress)
context.Succeeded();

pGenerateProgress?.Progress(90);
var output = GeneratedCode.PrefixAutogeneratedCodeHeader(code, "Refitter", "v1.4.0");
var output = GeneratedCode.PrefixAutogeneratedCodeHeader(code, "Refitter", "v1.4.1");

if (inputFile.EndsWith(".refitter"))
{
Expand Down

0 comments on commit 025c0a7

Please sign in to comment.