From 44ce155754dbb375837dd1729b97e55c96046f9d Mon Sep 17 00:00:00 2001 From: Raymond Huang Date: Mon, 5 Jul 2021 20:58:00 -0700 Subject: [PATCH] Version 3.12.3 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d0f75ff8..df5a1fa8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-http "3.12.3-SNAPSHOT" +(defproject clj-http "3.12.3" :description "A Clojure HTTP library wrapping the Apache HttpComponents client." :url "https://github.com/dakrone/clj-http/" :license {:name "The MIT License"