I want to be able to query or embed the version string set by the leiningen project and display that value to user. Uses include displaying the version string from the CLI,
if you build a jar file you can extract the current version from the jar file.
otherwise if you are not doing AOT then you can read
the project.clj file (because it's a map) and then extract the version.
I certainty hope there is a more elegant solution short of writing a leiningen plugin for this (unless someone else wants to write this, hint hint..)