From 01e5998ad2737688422023c3ada7df131e446440 Mon Sep 17 00:00:00 2001 From: Jim Clark Date: Wed, 9 Nov 2022 13:35:33 -0800 Subject: [PATCH] next version -> 211 --- project.clj | 2 +- src/atomist/main.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index a7d14bc..e56df99 100644 --- a/project.clj +++ b/project.clj @@ -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] diff --git a/src/atomist/main.clj b/src/atomist/main.clj index 0db0093..6020521 100644 --- a/src/atomist/main.clj +++ b/src/atomist/main.clj @@ -5,7 +5,7 @@ (defn handler [_] {:status 200 :headers {"Content-Type" "text/html"} - :body (-> {:version 210} + :body (-> {:version 211} (str))}) (defn -main [& args]