FlatBuffers Version 2.0.8 (#7492)

This commit is contained in:
Derek Bailey
2022-08-29 20:43:36 -07:00
committed by GitHub
parent b190ce11b0
commit 06c5c7ed0b
125 changed files with 198 additions and 180 deletions

View File

@@ -32,6 +32,6 @@ namespace FlatBuffers
Changes to the C# implementation need to be sure to change
the version here and in the code generator on every possible
incompatible change */
public static void FLATBUFFERS_2_0_0() {}
public static void FLATBUFFERS_2_0_8() {}
}
}