From 53c711a65e0555bdd5a66aa44b749924a3834d87 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 31 May 2019 14:06:19 +0200 Subject: [PATCH] Version 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 62ea9fe..bbc38b2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dda/data-test "0.1.0-SNAPSHOT" +(defproject dda/data-test "0.1.0" :description "a data driven testing framework." :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"