Upgraded to 4.2.3 but my tools still say 4.2.2

Hi! I have upgraded MongoDB community edition to 4.2.3 on Ubuntu 18.04. Here is result of the command ran second time, I don’t have access to the original command as I rebooted the machine:

sudo apt-get --only-upgrade install mongodb-org
Reading package lists... Done
Building dependency tree
Reading state information... Done
mongodb-org is already the newest version (4.2.3)

But when I run any tool, it says 4.2.2:

MongoDB shell version v4.2.2

MongoDB server version: 4.2.2

/usr/bin/mongod --version
db version v4.2.2

Reinstalled, no avail:

Preparing to unpack …/mongodb-org_4.2.3_amd64.deb …
Unpacking mongodb-org (4.2.3) …
Setting up mongodb-org (4.2.3) …

MongoDB shell version v4.2.2
MongoDB server version: 4.2.2

Did you try to re-install the newest version?

Type:
sudo apt-get install --reinstall mongodb-org 4.2.3

OK, the answer is to purge the package:

sudo apt-get purge mongodb-org*