aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-09-08 23:54:21 +0000
committerEric Kunze <eric.kunze@arm.com>2022-09-08 23:54:21 +0000
commit24a68bbcfa84cee666cb268b1992bfa70aab7ab3 (patch)
treeae56f3baa0907444e76db3048d4d569f8d9dd539 /schema
parent011a333ef3112a7a2512a57316fc62a6f0ba0922 (diff)
downloadserialization_lib-24a68bbcfa84cee666cb268b1992bfa70aab7ab3.tar.gz
Increment revision to 0.41 draft
Change-Id: I34cc007cb9efc659fe772299217b9178cead9ce0
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 c28a35a..d6d0f22 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -276,9 +276,9 @@ table NegateAttribute {
table Version {
_major: int32 = 0;
- _minor: int32 = 40;
+ _minor: int32 = 41;
_patch: int32 = 0;
- _draft: bool = false;
+ _draft: bool = true;
}
table TosaTensor {