aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2021-11-03 17:02:57 -0700
committerEric Kunze <eric.kunze@arm.com>2021-11-03 17:22:55 -0700
commita687b616fdd6d6ff7c4e84498bc3cb9789769ecf (patch)
tree6b4962f6a1bcb94cc37fb5c3ce1b736b0dd38ec8 /schema
parent5867c9afd41843c167ad7595fdc6ef155e50cb29 (diff)
downloadserialization_lib-a687b616fdd6d6ff7c4e84498bc3cb9789769ecf.tar.gz
Increment version to 0.24.0 draft
Main branch is now 0.24.0 draft version. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I053fc2f87c05e3237c10a8d41b1833591087651a
Diffstat (limited to 'schema')
-rw-r--r--schema/tosa.fbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 885eb62..33075ed 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -281,9 +281,9 @@ table PadQuantInfo {
table Version {
_major: int32 = 0;
- _minor: int32 = 23;
+ _minor: int32 = 24;
_patch: int32 = 0;
- _draft: bool = false;
+ _draft: bool = true;
}
table TosaTensor {