lots of tweaks for versioning and extracting script.

This commit is contained in:
Bryce Covert
2015-10-28 18:28:29 -07:00
parent 34933312a2
commit 43661dbf29
12 changed files with 68 additions and 103 deletions

View File

@@ -0,0 +1,5 @@
(ns advent.version
(:gen-class))
(defn version []
(-> (eval 'advent.version) .getPackage .getImplementationVersion))