Skip to content

Commit 78b2398

Browse files
committed
chore: bump contract versions due to bytecode changes - Contracts updated: IthacaAccount,Orchestrator,SimpleFunder,Simulator
1 parent ad8595f commit 78b2398

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
@@ -753,6 +753,6 @@ contract IthacaAccount is IIthacaAccount, EIP712, GuardedExecutor {
753753
returns (string memory name, string memory version)
754754
{
755755
name = "IthacaAccount";
756-
version = "0.5.7";
756+
version = "0.5.8";
757757
}
758758
}

src/Orchestrator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ contract Orchestrator is IOrchestrator, EIP712, CallContextChecker, ReentrancyGu
829829
returns (string memory name, string memory version)
830830
{
831831
name = "Orchestrator";
832-
version = "0.5.4";
832+
version = "0.5.5";
833833
}
834834

835835
////////////////////////////////////////////////////////////////////////

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.6";
59+
version = "0.1.7";
6060
}
6161

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

0 commit comments

Comments
 (0)