aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-12-05 23:23:54 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-06 00:03:42 +0000
commit9e2e0bb531911f7592a183e2f690ae8fc62b64f0 (patch)
tree46b6d5691e3198193f46449ebcaf2fff78007cad /schema
parent778b8acb24ced43c962fd9d606d4f3f2e4a62061 (diff)
downloadserialization_lib-9e2e0bb531911f7592a183e2f690ae8fc62b64f0.tar.gz
Update serialization lib version to 0.50.0v0.50.0v0.50
In preparation for release Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I58337a835b2afa47f80f27e4a0ebc70836a544ab
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 e871562..54b9079 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -283,9 +283,9 @@ table NegateAttribute {
table Version {
_major: int32 = 0;
- _minor: int32 = 41;
+ _minor: int32 = 50;
_patch: int32 = 0;
- _draft: bool = true;
+ _draft: bool = false;
}
table TosaTensor {