aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2021-10-29 16:53:32 -0700
committerEric Kunze <eric.kunze@arm.com>2021-10-29 16:53:32 -0700
commit5867c9afd41843c167ad7595fdc6ef155e50cb29 (patch)
treeb95ddffda8c15d2d8752a00e02d49eb038f7792d /schema
parente4bf685a54d0a903bde74c5f8403feeb929d96cc (diff)
downloadserialization_lib-5867c9afd41843c167ad7595fdc6ef155e50cb29.tar.gz
Remove draft tag for 0.23 releasev0.23.0v0.23
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I928b5ebb90b148acddff4a1a6c9e05e1791196a8
Diffstat (limited to 'schema')
-rw-r--r--schema/tosa.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 8977f59..885eb62 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -283,7 +283,7 @@ table Version {
_major: int32 = 0;
_minor: int32 = 23;
_patch: int32 = 0;
- _draft: bool = true;
+ _draft: bool = false;
}
table TosaTensor {