Web GUI shows version 6.3-3 after upgrade, but shell shows 5.4.78-2-pve

Sep 16, 2020
9
0
1
74
Hi guys, I've followed the instructions at https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0#In-place_upgrade and brought myself up all the way from version 4 to version 6. However, like the title says, my web GUI and shell are showing different version numbers.

Here's whats at the top of my web GUI:
version6-3.png

When I log in using SSH the message at the top says:

Code:
Using username "root".
Linux vmhost01 5.4.78-2-pve #1 SMP PVE 5.4.78-2 (Thu, 03 Dec 2020 14:26:17 +0100) x86_64


When I run apt update I see:
Code:
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Hit:2 http://ftp.debian.org/debian buster InRelease
Hit:3 http://ftp.debian.org/debian buster-updates InRelease
Hit:4 http://download.proxmox.com/debian/pve buster InRelease
Hit:5 http://download.proxmox.com/debian/corosync-3 stretch InRelease
Fetched 65.4 kB in 11s (5,850 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
And when I run apt dist-upgrade I see:
Code:
root@vmhost01:~# apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Is there a step I've missed, or have I misunderstood the update process?
 
Thanks mate, so considering I've already followed every step in the upgrade from 5 to 6 instructions; including rebooting, and apt update as well as apt dist-upgrade are showing no further updates, what are my next steps to upgrade my kernel?