FlatBuffers Version 23.5.9 (#7945)

This commit is contained in:
Derek Bailey
2023-05-09 09:33:30 -07:00
committed by GitHub
parent 63b7b25289
commit 72b56fd081
185 changed files with 245 additions and 241 deletions

View File

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