aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-08-30 21:12:01 +0000
committerEric Kunze <eric.kunze@arm.com>2022-08-30 21:12:01 +0000
commit011a333ef3112a7a2512a57316fc62a6f0ba0922 (patch)
treeceecc4ba08e2d84b6e64cf841a3002db315bf213 /schema
parentb2fdef201ccb6127d3e02c126ca701cb07968a64 (diff)
downloadserialization_lib-011a333ef3112a7a2512a57316fc62a6f0ba0922.tar.gz
Remove draft tag for 0.40 releasev0.40.0v0.40
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I9ca5eb956b2ea7eb01e34ecbfb250748abdd0f04
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 6480648..c28a35a 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -278,7 +278,7 @@ table Version {
_major: int32 = 0;
_minor: int32 = 40;
_patch: int32 = 0;
- _draft: bool = true;
+ _draft: bool = false;
}
table TosaTensor {