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

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-java</artifactId>
<version>22.11.22</version>
<version>22.11.23</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_11_22() {}
public static void FLATBUFFERS_22_11_23() {}
}
/// @endcond