Skip to content

Commit

Permalink
forgot to bump version in engine code (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
le-doux committed Jul 27, 2023
1 parent 5e37c85 commit 772bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/script/engine/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 772bbfb

Please sign in to comment.