From 0f6121cbc9b15f874c1c7750bcde1e0b8a8341bc Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Sun, 3 Jan 2016 14:57:49 +0100 Subject: [PATCH] Version 0.6.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1eb2abf6..0e0473d7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lambdacd "0.6.1-SNAPSHOT" +(defproject lambdacd "0.6.1" :description "a library to create a continous delivery pipeline in code" :url "http://github.com/flosell/lambdacd" :license {:name "Apache License, version 2.0"