aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-11-21 14:06:15 +0000
committergingerBill <bill@gingerbill.org>2021-11-21 14:06:15 +0000
commit8a2c829e07763173864b73d3b6ca46e27f810e72 (patch)
treecfde83ed4d28587c4f898808bcbfae5384dba7e4 /core
parent42b9ce636f72bcad6cb04817d42bb39ba952c1a7 (diff)
Patch odin doc binary format
Diffstat (limited to 'core')
-rw-r--r--core/odin/doc-format/doc_format.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/odin/doc-format/doc_format.odin b/core/odin/doc-format/doc_format.odin
index 8fa9f453c..c80be2489 100644
--- a/core/odin/doc-format/doc_format.odin
+++ b/core/odin/doc-format/doc_format.odin
@@ -11,7 +11,7 @@ String :: distinct Array(byte)
Version_Type_Major :: 0
Version_Type_Minor :: 2
-Version_Type_Patch :: 0
+Version_Type_Patch :: 1
Version_Type :: struct {
major, minor, patch: u8,