From 8fcef215fdbb6f6423fc96f0af40f1f4e248fffb Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 16 Jun 2022 15:45:39 -0700 Subject: Remove the draft tag from the schema for v0.30 Preparing for v0.30 release Signed-off-by: Eric Kunze Change-Id: I5426515f7cf0f83c9f606050969c94667f2dabb9 --- schema/tosa.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema') diff --git a/schema/tosa.fbs b/schema/tosa.fbs index b342103..fef1f5e 100644 --- a/schema/tosa.fbs +++ b/schema/tosa.fbs @@ -281,7 +281,7 @@ table Version { _major: int32 = 0; _minor: int32 = 30; _patch: int32 = 0; - _draft: bool = true; + _draft: bool = false; } table TosaTensor { -- cgit v1.2.1