FlatBuffers Version v24.3.25

This commit is contained in:
Derek Bailey
2024-03-26 05:05:28 +00:00
parent 0cfb7eb80b
commit 595bf0007a
184 changed files with 244 additions and 240 deletions

View File

@@ -1845,7 +1845,7 @@ class SwiftGenerator : public BaseGenerator {
}
std::string ValidateFunc() {
return "static func validateVersion() { FlatBuffersVersion_24_3_7() }";
return "static func validateVersion() { FlatBuffersVersion_24_3_25() }";
}
std::string GenType(const Type &type,