/** * The version of the module * * @return version The version of the module */ function version() external pure returns (string memory) { return "0.0.1"; }
string