Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 30, 2019
1 parent 537738d commit 9ec4111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function.
With Leiningen/Boot:

#+BEGIN_SRC clojure
[clj-http "3.9.1"]
[clj-http "3.10.0"]
#+END_SRC

If you need an older version, a 2.x release is also available.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-http "3.10.0-SNAPSHOT"
(defproject clj-http "3.10.0"
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
:url "https://github.com/dakrone/clj-http/"
:license {:name "The MIT License"
Expand Down

0 comments on commit 9ec4111

Please sign in to comment.