The zimlet XML definition file specifies a version attribute:
Code:
<zimlet name="ca_sfu_icat_mysfu" version="1.0" description="MySFU Zimlet">
Is there a JavaScript API for getting that version number, or am I limited to creating a property in the config_template.xml file (duplicating the version number) and getting it using ${config.global.propertyName}?