From 9e2e0bb531911f7592a183e2f690ae8fc62b64f0 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 5 Dec 2022 23:23:54 +0000 Subject: Update serialization lib version to 0.50.0 In preparation for release Signed-off-by: Eric Kunze Change-Id: I58337a835b2afa47f80f27e4a0ebc70836a544ab --- schema/tosa.fbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema') 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 { -- cgit v1.2.1