Skip to content

Commit

Permalink
Release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 11, 2024
1 parent 9e5e07b commit 6d5d7b6
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 @@ -119,7 +119,7 @@ function.
With Leiningen/Boot:

#+BEGIN_SRC clojure
[clj-http "3.12.4"]
[clj-http "3.13.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.13.0-SNAPSHOT"
(defproject clj-http "3.13.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 6d5d7b6

Please sign in to comment.