Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessler committed Jun 21, 2022
1 parent f2e4e48 commit 1815e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/midas_loop/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1815e5f

Please sign in to comment.