瀏覽代碼

Update format version

gingerBill 1 年之前
父節點
當前提交
6d7afd3fa9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/odin/doc-format/doc_format.odin

+ 1 - 1
core/odin/doc-format/doc_format.odin

@@ -11,7 +11,7 @@ String :: distinct Array(byte)
 
 Version_Type_Major :: 0
 Version_Type_Minor :: 3
-Version_Type_Patch :: 0
+Version_Type_Patch :: 1
 
 Version_Type :: struct {
 	major, minor, patch: u8,