Skip to content

Commit 893c356

Browse files
committed
chore: bump contract versions due to bytecode changes - Contracts updated: IthacaAccount,Orchestrator,SimpleFunder
1 parent 5a4cd7e commit 893c356

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/IthacaAccount.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,6 @@ contract IthacaAccount is IIthacaAccount, EIP712, GuardedExecutor {
722722
returns (string memory name, string memory version)
723723
{
724724
name = "IthacaAccount";
725-
version = "0.5.10";
725+
version = "0.5.11";
726726
}
727727
}

src/Orchestrator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ contract Orchestrator is
911911
returns (string memory name, string memory version)
912912
{
913913
name = "Orchestrator";
914-
version = "0.5.5";
914+
version = "0.5.6";
915915
}
916916

917917
////////////////////////////////////////////////////////////////////////

src/SimpleFunder.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ contract SimpleFunder is EIP712, Ownable, IFunder {
5656
returns (string memory name, string memory version)
5757
{
5858
name = "SimpleFunder";
59-
version = "0.1.8";
59+
version = "0.1.9";
6060
}
6161

6262
////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)