aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-06-16 15:45:39 -0700
committerEric Kunze <eric.kunze@arm.com>2022-06-16 16:27:10 -0700
commit8fcef215fdbb6f6423fc96f0af40f1f4e248fffb (patch)
tree989fc628a0b59171ca91272861c7a283a07de5df /schema/tosa.fbs
parentbdcc3fee1b8bf55aac50e060115b92a1ccf9741c (diff)
downloadserialization_lib-8fcef215fdbb6f6423fc96f0af40f1f4e248fffb.tar.gz
Remove the draft tag from the schema for v0.30v0.30.0v0.30
Preparing for v0.30 release Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I5426515f7cf0f83c9f606050969c94667f2dabb9
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index b342103..fef1f5e 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -281,7 +281,7 @@ table Version {
_major: int32 = 0;
_minor: int32 = 30;
_patch: int32 = 0;
- _draft: bool = true;
+ _draft: bool = false;
}
table TosaTensor {