From 6388a097de4350cc70472921c272074190fd7c93 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Wed, 7 Dec 2022 21:59:31 +0000 Subject: Update revision to 0.51.0 draft Change-Id: I6adfd59be1799fc004c9051daa409c902bc4bd1d --- 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 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 { -- cgit v1.2.1