While trying to figure out why the WiFi interface wasn't being detected on my RPi 3B using the 2018.3 Kali ARM image I noticed that the kernel version in /lib/modules doesn't match the output of uname -a.

Code:
root@kali:~# ls /lib/modules/
4.14.50-v6+
root@kali:~# uname -a
Linux kali 4.14.59-v7+ #1131 SMP Thu Aug 2 15:57:42 BST 2018 armv7l GNU/Linux
Any ideas how to fix this?