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 a开发者_StackOverflow社区nd I it is command line only (no X Windows installed).
mono --version
should tell you.
精彩评论