Find your Exchange on-premises build / version

First of all, open your  Exchange console and run this command:
Get-ExchangeServer | Format-List Name, Edition, AdminDisplayVersion
As you can see, your version is 14.3 with build level 123.4
In our case, we have one “simple” SP3 .
After the update, if you don’t see a build change or what you are expected , open a power-shell and run this command:
Get-Command exsetup |%{$_.Fileversioninfo}
As you can see, in my case, I have a wrong (old) build level but my real build level is 14.03.0399.002 (rollup21)