function updateVersion(string memory newVersion) external onlyOwner;
newVersion
string
function version() external view returns (string memory);
<none>