Determine what version of Mono is running on linux?

Is there a command line I can run to determine what version of Mono I am running on Linux? I am using Ubuntu and I it is command line only (no X Windows installed).


mono --version should tell you.