From b2fdef201ccb6127d3e02c126ca701cb07968a64 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Mon, 29 Aug 2022 11:53:18 -0700 Subject: Update version to 0.40 draft In preparation for version 0.40 release Signed-off-by: Eric Kunze Change-Id: I8c02f88bf8af7bdc6f23671bae057748f612e820 --- 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 1cf6bbf..6480648 100644 --- a/schema/tosa.fbs +++ b/schema/tosa.fbs @@ -276,7 +276,7 @@ table NegateAttribute { table Version { _major: int32 = 0; - _minor: int32 = 31; + _minor: int32 = 40; _patch: int32 = 0; _draft: bool = true; } -- cgit v1.2.1