aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-03-16 18:44:26 +0000
committerEric Kunze <eric.kunze@arm.com>2023-03-16 18:44:26 +0000
commitdce6cebbeb6c45625c4ef8fafb5a7775319101c5 (patch)
tree437539f4089f9f5425e5e79ec2837990bf6183a4 /schema
parentfb90dd4f9e884715095674001d832321362f3e21 (diff)
downloadserialization_lib-dce6cebbeb6c45625c4ef8fafb5a7775319101c5.tar.gz
Update version to 0.70.0 draft
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Ie139b262f7bd5966e72a3535ac2253e13d7b3604
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 d022a9b..f7224fb 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -268,9 +268,9 @@ table FFTAttribute {
table Version {
_major: int32 = 0;
- _minor: int32 = 60;
+ _minor: int32 = 70;
_patch: int32 = 0;
- _draft: bool = false;
+ _draft: bool = true;
}
table TosaTensor {