Skip to content

Commit

Permalink
just hardcode it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
atenfyr committed Jan 20, 2021
1 parent 1ef7c1d commit c560c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataTableBaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public MemoryStream Bake2(byte[] superRawData)
{
new StrPropertyData("IntegratorVersion", y.data)
{
Value = Assembly.GetEntryAssembly().GetName().Version.ToString(),
Value = "1.2.0.0",
Encoding = Encoding.ASCII
},
new BoolPropertyData("RefuseMismatchedConnections", y.data)
Expand Down

0 comments on commit c560c94

Please sign in to comment.