commit c84244acc6ececd0c5cc155f6a68bd5a3aff965e from: Omar Polo date: Fri Oct 15 22:02:03 2021 UTC tag 0.2.0 commit - c93217984fd434d6205ab8596cfc17ca82d2e219 commit + c84244acc6ececd0c5cc155f6a68bd5a3aff965e blob - 1d93d3876f8831c1231e3fda277d5990f6244455 blob + 0f4ab44cb68d4edf0a7f5d6281723766c0a9e8b2 --- build.clj +++ build.clj @@ -5,7 +5,7 @@ (def repo "github.com/omar-polo/gemini.git") (def lib 'com.omarpolo/gemini) -(def version (format "0.1.0")) +(def version (format "0.2.0")) (def class-dir "target/classes") (def basis (b/create-basis {:project "deps.edn"})) (def jar-file (format "target/%s-%s.jar" (name lib) version))