In a case that you use child theme for Gecko, after updating the parent theme, the version mismatch notice might come up all over the site backend.
This happens because style.css file of child theme where version numbers come from is not updated when parent theme is updated.
The only proper way to fix this issue is to manually change the version number in child theme style.css file.
Upload the updated file and the notice should be gone.