FlatBuffers Version 23.1.21 (#7796)

This commit is contained in:
Derek Bailey
2023-01-21 12:46:57 -08:00
committed by GitHub
parent ef76b5ece4
commit ee848a02e1
163 changed files with 222 additions and 217 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-java</artifactId>
<version>23.1.4</version>
<version>23.1.21</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_23_1_20() {}
public static void FLATBUFFERS_23_1_21() {}
}
/// @endcond