From 9978510e9e50604fe1474b9ddb758b5ad6c649b4 Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Mon, 9 Oct 2023 10:43:57 +0200 Subject: [PATCH] Version 1.0.15-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c834944..3f3e93c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject unixsocket-http "1.0.14" +(defproject unixsocket-http "1.0.15-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"