aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-12-07 21:59:31 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-07 21:59:31 +0000
commit6388a097de4350cc70472921c272074190fd7c93 (patch)
treea2fbdc669935217826fa1896e1b88b6d1edaf710 /schema
parent9e2e0bb531911f7592a183e2f690ae8fc62b64f0 (diff)
downloadserialization_lib-6388a097de4350cc70472921c272074190fd7c93.tar.gz
Update revision to 0.51.0 draft
Change-Id: I6adfd59be1799fc004c9051daa409c902bc4bd1d
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 54b9079..4955139 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -283,9 +283,9 @@ table NegateAttribute {
table Version {
_major: int32 = 0;
- _minor: int32 = 50;
+ _minor: int32 = 51;
_patch: int32 = 0;
- _draft: bool = false;
+ _draft: bool = true;
}
table TosaTensor {