Skip to content

Instantly share code, notes, and snippets.

@bhenry
Created June 8, 2011 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhenry/14a8e9676ad1f090cfea to your computer and use it in GitHub Desktop.
Save bhenry/14a8e9676ad1f090cfea to your computer and use it in GitHub Desktop.
(ns floyd.version)
(defmacro get-version []
(System/getProperty "floyd.version"))
(def version (get-version))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment