Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Dec 22, 2023
1 parent 28fc37e commit 93da5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/smart-account/modules/AccountRecoveryModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract AccountRecoveryModule is
using ECDSA for bytes32;

string public constant NAME = "Account Recovery Module";
string public constant VERSION = "0.1.0";
string public constant VERSION = "1.0.0";

// execute(address,uint256,bytes)
bytes4 public immutable EXECUTE_SELECTOR;
Expand Down

0 comments on commit 93da5ad

Please sign in to comment.