@darrion.kuhn
There are several ways you can check the version of Drupal that is installed on your site:
- Check the core version number in the composer.json file:Navigate to the root directory of your Drupal installation.Open the composer.json file.Look for the "version" field. The value of this field indicates the version of Drupal that is installed on your site.
- Check the CHANGELOG.txt file:Navigate to the root directory of your Drupal installation.Open the CHANGELOG.txt file.Look for the line that begins with Drupal . The version number following this line indicates the version of Drupal that is installed on your site.
- Check the system table in the database:Access your Drupal database using a database management tool such as PHPMyAdmin.Look for the system table.Find the schema_version field in the system table. The value of this field indicates the version of Drupal that is installed on your site.
- Check the admin/reports/status page:Log in to your Drupal site as an administrator.Go to the admin/reports/status page.Look for the Drupal version field in the System section of the page. The value of this field indicates the version of Drupal that is installed on your site.
I hope this helps! Let me know if you have any questions.