Solana Get Version

#Though not strictly necessary, the CLI will generally work best when its version matches the software version running on the cluster.
#To get the locally-installed CLI version, run:
solana --version

#To get the cluster version, run:
solana cluster-version

#Ensure the local CLI version is greater than or equal to the cluster 
version.
Friendly Hawk