Skip to content

Commit

Permalink
Update PatternBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin authored Oct 16, 2024
1 parent 44a264e commit 9c8c442
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", "11.0.2", "1.15.4", "4.4.1", "11.0.5", "11.0.7" }, 54210, 0)
new Pattern("11.0.0", new() { "11.0.0", "11.0.2", "1.15.4", "4.4.1", "11.0.5", "11.0.7", "1.15.5" }, 54210, 0)
.Pointer(Name.DB_NAME)
.FileDataID(Name.FDID)
.FieldReference(Name.NUM_FIELD_IN_FILE)
Expand Down

0 comments on commit 9c8c442

Please sign in to comment.