Skip to content

Commit

Permalink
feat(store,world): set version (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 25, 2023
1 parent 77dce99 commit fd360b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/store/src/version.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.21;

bytes32 constant STORE_VERSION = "0.0.0";
bytes32 constant STORE_VERSION = "1.0.0-unaudited";
2 changes: 1 addition & 1 deletion packages/world/src/version.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.21;

bytes32 constant WORLD_VERSION = "0.0.0";
bytes32 constant WORLD_VERSION = "1.0.0-unaudited";

0 comments on commit fd360b7

Please sign in to comment.