codeVersion not displayed in system status check error message about db version vs codeversion
It's technically a regression (from here https://github.com/civicrm/civicrm-core/pull/17722/files#diff-50f6e167c4bfdcf605b5e0617d06b82d) but the check still comes up, it's just confusing since part of the message says The v codebase may not be compatible with your database state
- it's missing the number.
It's just because the variable got moved to another function, so it's blank at https://github.com/civicrm/civicrm-core/blob/e8270cb9e17d580b02605be9a8cf7217f0d5c0ad/CRM/Utils/Check/Component/Env.php#L795