From 24a68bbcfa84cee666cb268b1992bfa70aab7ab3 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 8 Sep 2022 23:54:21 +0000 Subject: Increment revision to 0.41 draft Change-Id: I34cc007cb9efc659fe772299217b9178cead9ce0 --- 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 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 { -- cgit v1.2.1