Skip to content

Commit

Permalink
0.21 development start
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Mar 18, 2024
1 parent c0364d4 commit 9af1871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/content/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "base",
"title": "Base",
"version": "0.20",
"version": "0.21",
"description": "basic content package"
}
4 changes: 2 additions & 2 deletions src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#include "typedefs.h"

inline constexpr int ENGINE_VERSION_MAJOR = 0;
inline constexpr int ENGINE_VERSION_MINOR = 20;
inline constexpr int ENGINE_VERSION_MINOR = 21;
inline constexpr bool ENGINE_VERSION_INDEV = true;
inline const std::string ENGINE_VERSION_STRING = "0.20";
inline const std::string ENGINE_VERSION_STRING = "0.21";

inline constexpr int BLOCK_AIR = 0;
inline constexpr int ITEM_EMPTY = 0;
Expand Down

0 comments on commit 9af1871

Please sign in to comment.