Skip to content

Commit

Permalink
next version -> 229
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Clark committed Jan 25, 2023
1 parent 45be156 commit 60326bc
Showing 1 changed file with 1 addition and 1 deletion.
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 228}
:body (-> {:version 229}
(str))})

(defn -main [& args]
Expand Down

0 comments on commit 60326bc

Please sign in to comment.