What version of Centos is my server running?

This post shows how to find out what version of Centos you are running from the command line.

tail /etc/redhat-release

This will output the version in a simple format: Centos release 5.10 (Final)