Skip to content

Commit

Permalink
next version -> 211
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Clark committed Nov 9, 2022
1 parent 30a758b commit 01e5998
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
Expand Up @@ -4,7 +4,7 @@
:url "https://github.com/atomisthq/bot-service"

:dependencies [[ring/ring-core "1.8.2"]
[ring/ring-jetty-adapter "1.8.2"] [org.apache.commons/commons-text "1.5"]]
[ring/ring-jetty-adapter "1.8.2"]]

:exclusions [commons-logging log4j org.slf4j/slf4j-log4j12]

Expand Down
2 changes: 1 addition & 1 deletion src/atomist/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(defn handler [_]
{:status 200
:headers {"Content-Type" "text/html"}
:body (-> {:version 210}
:body (-> {:version 211}
(str))})

(defn -main [& args]
Expand Down

0 comments on commit 01e5998

Please sign in to comment.