From 0671e74e53680af3dd6f3d5f1947084f36902ee3 Mon Sep 17 00:00:00 2001 From: Joe Littlejohn Date: Fri, 6 Dec 2019 15:38:38 +0000 Subject: [PATCH] Version 1.11.0-alpha1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bc99942..365e621 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/faraday "1.11.0-alpha1-SNAPSHOT" +(defproject com.taoensso/faraday "1.11.0-alpha1" :author "Peter Taoussanis " :description "Clojure DynamoDB client" :url "https://github.com/ptaoussanis/faraday"