Hello, I have traced an issue with loading SG export options to a null value in the project.yml. The entry named 'template_version' has a value of null and is causing the following error in Hiero:
ERROR: Shotgun: App configuration Error for tk-hiero-export. It will not be loaded: Invalid type for value in setting 'template_version' for 'tk-hiero-export' - found 'NoneType', expected 'template'
I have searched the other configs for a value which could be used instead, but have only managed to find a release note for version v0.1.11 (tk-hiero-export) which mentions having removed a default value.
What is the expected value for this entry?