From 772bbfb316dd44064a6befa637b7b51018d94d37 Mon Sep 17 00:00:00 2001 From: Adam Le Doux Date: Thu, 27 Jul 2023 01:19:07 -0700 Subject: [PATCH] forgot to bump version in engine code (oops) --- editor/script/engine/world.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/script/engine/world.js b/editor/script/engine/world.js index 085997d0..42b82f72 100644 --- a/editor/script/engine/world.js +++ b/editor/script/engine/world.js @@ -2,7 +2,7 @@ // is this the right place for this to live? var version = { major: 8, // major changes - minor: 6, // smaller changes + minor: 7, // smaller changes devBuildPhase: "RELEASE", }; function getEngineVersion() {