Version of custom site inspector

Is there a way to retrieve the current version of a custom site through session relevance? The following relevance:

(name of it, version of it | 0) of all bes sites

will show the version of the external sites but returns no data for custom sites?

External sites have an “external” version associated with it and this inspector only works on those sites. I’m not sure the “version” of the CustomSite is actually exposed anywhere to be able to validate it. Is there any place you can already see any version (other than the client logs) as I was not able to see anything.

The client logs is where I was looking. I was just looking for a way to gauge how often a custom site was getting updated

While not via session relevance, one way you might achieve this is by looking at the filesystem under wwwrootbes/bfsites, and noting the date created/modified for the various custom site folders and associated versions.

Thanks @Aram, That works pretty well as it gives me an idea of the rate at which updates are taking place.