From d1036e1ff31987066eaa553508fdab64a3289e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Wed, 18 Aug 2021 11:07:34 +0200 Subject: [PATCH] Set version to 0.6.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0d642dc..6e8d6d9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-test-containers "0.5.0" +(defproject clj-test-containers "0.6.0-SNAPSHOT" :description "A lightweight, unofficial wrapper around the Testcontainers Java library" :url "https://github.com/javahippie/clj-test-containers"