Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Apr 25, 2024
1 parent 966df87 commit 746f0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/store/reference/misc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2708,5 +2708,5 @@ Contains a constant representing the version of the Store protocol.
_Identifier for the current Store protocol version._

```solidity
bytes32 constant STORE_VERSION = "2.0.1";
bytes32 constant STORE_VERSION = "2.0.2";
```
2 changes: 1 addition & 1 deletion docs/pages/world/reference/misc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ Contains a constant representing the version of the World protocol.
_Identifier for the current World protocol version._

```solidity
bytes32 constant WORLD_VERSION = "2.0.1";
bytes32 constant WORLD_VERSION = "2.0.2";
```

0 comments on commit 746f0b5

Please sign in to comment.