From 972a220ab3493059a23be45b25bc7343c39462d3 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 11 Oct 2019 13:27:24 +0200 Subject: [PATCH] Version 0.1.2-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 78094c8..a22431b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dda/data-test "0.1.1" +(defproject dda/data-test "0.1.2-SNAPSHOT" :description "a data driven testing framework." :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"