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