aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index f519d1c..b0b219f 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -282,7 +282,7 @@ table PadQuantInfo {
table Version {
_major: int32 = 0;
- _minor: int32 = 24;
+ _minor: int32 = 25;
_patch: int32 = 0;
_draft: bool = true;
}