Gets the value of the current Mini-Framework version as instance of MfVersion
OutputVar := MfInfo.Version
Version property returns and instance of MfVersion
The MfVersion returned contains the current version of the Mini-Framework.
The Current Version can be view by calling its ToString method.
For Example: MsgBox % MfInfo.Version.ToString()
Static Readonly Property