diff --git a/project.clj b/project.clj index 14e8d48..cf955c6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject midas-loop "0.0.1-rc1" +(defproject midas-loop "0.0.1-rc2" :description "Midas Loop" :url "http://github.com/gucorpling/midas-loop" diff --git a/src/midas_loop/core.clj b/src/midas_loop/core.clj index b4a9997..2e7ec1e 100644 --- a/src/midas_loop/core.clj +++ b/src/midas_loop/core.clj @@ -97,7 +97,7 @@ (def cli-config {:app {:command "midas-loop" :description "https://github.com/gucorpling/midas-loop" - :version "0.0.1-rc1"} + :version "0.0.1-rc2"} :global-opts [] :commands [;; main method--run the HTTP server {:command "run"