This commit is contained in:
Ginger Bill
2017-08-01 15:18:37 +01:00
parent ba6ecf35cf
commit 66d8776b83

View File

@@ -283,7 +283,7 @@ String get_fullpath_core(gbAllocator a, String path) {
}
String const ODIN_VERSION = str_lit("0.6.0");
String const ODIN_VERSION = str_lit("0.6.1");
void init_build_context(void) {
BuildContext *bc = &build_context;