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() {