You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version="$(grep 'function version() public pure returns (uint256) { return ' ./contracts/Colony.sol | sed 's/function version() public pure returns (uint256) { return //' | sed 's/; }//' | sed 's/ //g')"
echo "Current Colony contract version is $version"