lots of tweaks for versioning and extracting script.
This commit is contained in:
5
desktop/src-common/advent/version.clj
Normal file
5
desktop/src-common/advent/version.clj
Normal file
@@ -0,0 +1,5 @@
|
||||
(ns advent.version
|
||||
(:gen-class))
|
||||
|
||||
(defn version []
|
||||
(-> (eval 'advent.version) .getPackage .getImplementationVersion))
|
||||
Reference in New Issue
Block a user