Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 15, 2017
1 parent b3c5e24 commit 9d45ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -107,7 +107,7 @@ function.
With Leiningen/Boot:

#+BEGIN_SRC clojure
[clj-http "3.6.1"]
[clj-http "3.7.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
@@ -1,4 +1,4 @@
(defproject clj-http "3.6.2-SNAPSHOT"
(defproject clj-http "3.7.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 9d45ed7

Please sign in to comment.