From 270fecd6ad15afa68c0c1dbe5c0211fac7e1da64 Mon Sep 17 00:00:00 2001 From: Stefan Wagner Date: Fri, 22 Feb 2019 12:28:06 +0100 Subject: [PATCH] Do not follow maven version scheme --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 560bb6b..87b6343 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject tales "0.1.0-SNAPSHOT" +(defproject tales "0.1.0" :description "synyx Tales" :url "https://github.com/synyx/tales" :license {:name "Apache License 2.0"