aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2023-03-08 13:07:07 -0800
committerEric Kunze <eric.kunze@arm.com>2023-03-08 13:07:07 -0800
commitfb90dd4f9e884715095674001d832321362f3e21 (patch)
treea736ef158dff52288fdfdd38b1440e220fe4ad23 /schema
parent2cae60f49b9153f9844964310011889e44a5002c (diff)
downloadserialization_lib-fb90dd4f9e884715095674001d832321362f3e21.tar.gz
Update version number to 0.60 for releasev0.60.0
Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I2eb93e6e88ee358c9ec9562c3b4d876eb41cc38c
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 abc735f..d022a9b 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -268,9 +268,9 @@ table FFTAttribute {
table Version {
_major: int32 = 0;
- _minor: int32 = 51;
+ _minor: int32 = 60;
_patch: int32 = 0;
- _draft: bool = true;
+ _draft: bool = false;
}
table TosaTensor {