This should also work on any other Clubs/MMOE Ports.

Get Rabcdasm (I obviously used the easy version.)
Decompile your client, and navigate to;
client-1 -> com -> company -> assembleegameclient -> parameters ->Parameters.class.asasm
Open the file with your text edtior, I recommend Notepad++.
Now, find this line;
Code:
getproperty         QName(PackageNamespace(""), "_-0AG")
And simply delete it, that's your version number gone when you are connecting to the server, you could mess around and possibly turn it into a pushbyte, I don't know, I did it the simple way.
Now for the menu version!
client-1 -> _-F1 -> _-CQ.class.asasm
And find this line;
Code:
getproperty         QName(PackageNamespace(""), "_-0AG")
Once again, simply delete it, then run 02.bat file in the main folder!


Now let's do Fabiano's!
Simply open your client in Yogda, and search up {VERSION}, rest should be really self explanatory!