Browse Source

Set version number to v0.7.1

gingerBill 7 years ago
parent
commit
f80b910ba3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/build_settings.cpp

+ 1 - 1
src/build_settings.cpp

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