Skip to content

Commit

Permalink
Update PatternBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin authored Jul 2, 2024
1 parent ae2cd23 commit 3183071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/C#/DBDefsDumper/PatternBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public PatternBuilder()
//);

patterns.Add(
new Pattern("11.0.0", new() { "11.0.0" }, 54210, 0)
new Pattern("11.0.0", new() { "11.0.0", "11.0.2" }, 54210, 0)
.Pointer(Name.DB_NAME)
.FileDataID(Name.FDID)
.FieldReference(Name.NUM_FIELD_IN_FILE)
Expand Down

0 comments on commit 3183071

Please sign in to comment.