FlatBuffers Version 23.1.4 (#7758)

This commit is contained in:
Derek Bailey
2023-01-04 15:22:46 -08:00
committed by GitHub
parent 3b2eb77595
commit af9ceabeef
163 changed files with 287 additions and 269 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-java</artifactId>
<version>22.12.06</version>
<version>23.1.4</version>
<packaging>bundle</packaging>
<name>FlatBuffers Java API</name>
<description>

View File

@@ -46,7 +46,7 @@ public class Constants {
Changes to the Java implementation need to be sure to change
the version here and in the code generator on every possible
incompatible change */
public static void FLATBUFFERS_22_12_06() {}
public static void FLATBUFFERS_23_1_4() {}
}
/// @endcond