Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeExplorer29 committed Sep 4, 2024
1 parent 24acafe commit 4a54eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/SoulWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract SoulWallet is
SoulWalletUpgradeManager,
ERC1271Handler
{
string public constant VERSION = "0.0.1";
string public constant VERSION = "1.1.0";
address internal immutable _DEFAULT_VALIDATOR;

constructor(address _entryPoint, address defaultValidator) EntryPointManager(_entryPoint) {
Expand Down

0 comments on commit 4a54eab

Please sign in to comment.