aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index fef1f5e..57440ef 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -279,9 +279,9 @@ table NegateAttribute {
table Version {
_major: int32 = 0;
- _minor: int32 = 30;
+ _minor: int32 = 31;
_patch: int32 = 0;
- _draft: bool = false;
+ _draft: bool = true;
}
table TosaTensor {