Commit 52fb7ebf authored by James Kim's avatar James Kim

bump major semver

parent b39b34fc
......@@ -232,7 +232,7 @@ contract OptimistTest is Optimist_Initializer {
// expect attestationStation to be set
assertEq(address(optimist.ATTESTATION_STATION()), address(attestationStation));
assertEq(optimist.BASE_URI_ATTESTOR(), carol_baseURIAttestor);
assertEq(optimist.version(), "1.1.0");
assertEq(optimist.version(), "2.0.0");
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment