I have supposedly installed Version 2.0.3 of Providence (release date January 10th, 2025).
How can we tell what version I'm running? According to /app/version.php:
<?php
# CollectiveAccess version number; don't change
define('__CollectiveAccess__', '2.0');
# Schema revision
define('__CollectiveAccess_Schema_Rev__', 199);
# Release type
define('__CollectiveAccess_Release_Type__', 'GIT');
Thanks.