FlatBuffers Version 22.11.23 (#7662)

This commit is contained in:
Derek Bailey
2022-11-23 11:32:19 -08:00
committed by GitHub
parent 9d2c04d629
commit 8f625561d0
159 changed files with 212 additions and 212 deletions

View File

@@ -6,7 +6,7 @@
internal struct Message: FlatBufferObject, Verifiable, ObjectAPIPacker {
static func validateVersion() { FlatBuffersVersion_22_11_22() }
static func validateVersion() { FlatBuffersVersion_22_11_23() }
internal var __buffer: ByteBuffer! { return _accessor.bb }
private var _accessor: Table