Remove the draft tag from the schema for v0.30

Preparing for v0.30 release

Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Change-Id: I5426515f7cf0f83c9f606050969c94667f2dabb9
diff --git a/include/tosa_serialization_handler.h b/include/tosa_serialization_handler.h
index 695c530..301adb8 100644
--- a/include/tosa_serialization_handler.h
+++ b/include/tosa_serialization_handler.h
@@ -29,7 +29,7 @@
 #define TOSA_VERSION_MAJOR 0
 #define TOSA_VERSION_MINOR 30
 #define TOSA_VERSION_PATCH 0
-#define TOSA_VERSION_DRAFT true
+#define TOSA_VERSION_DRAFT false
 #define TENSOR_BUFFER_FORCE_ALIGNMENT 8
 
 namespace tosa