From d2ee96780d73eaa0d6bddded5e2f10b38f4d6565 Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Sat, 30 Jan 2021 14:43:42 +0100 Subject: [PATCH] Version 1.0.7-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0dd94fb..4b7af5d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject unixsocket-http "1.0.6" +(defproject unixsocket-http "1.0.7-SNAPSHOT" :description "A library to allow HTTP calls over a UNIX socket, e.g. for communicating with Docker." :url "https://github.com/into-docker/unixsocket-http"