- Issue created by @ressa
The release for the latest Drupal version (10) should be the default branch on Gitlab, currently it's Drupal 7.
Clone the module with Git, assuming you'll get the 8.x branch. Grep for a string from the UI, don't find it, and realize you're on Drupal 7 branch:
$ grep -ir "Set SMTP as the default mailsystem" <<< No result
$ git branch -a
* 7.x-1.x
remotes/origin/4.6.x-1.x
remotes/origin/4.7.x-1.x
[...]
Make 8.x the default branch on Gitlab.
Active
1.0
Miscellaneous