⚠️ Deprecation Notice
ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev
title: "version"
Get the version of the module.
Usage
/**
* The version of the module
*
* @return version The version of the module
*/
function version() external pure returns (string memory) {
return "0.0.1";
}Parameters
None
Returns
version
- Type:
string
The version of the module.