From d8482330b5d4925c8b55fbb815f3a80d2f054339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sun, 9 Aug 2020 21:27:06 +0200 Subject: [PATCH] \# Increased version to 2.0.0 to prepare release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c68693a..9a92815 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-test-containers "0.2.0-SNAPSHOT" +(defproject clj-test-containers "0.2.0" :description "A lightweight, unofficial wrapper around the Testcontainers Java library" :url "https://github.com/javahippie/clj-test-containers"