From b2b63542bd0745c3b8a55ae6dd323ae047c3b38e Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Sat, 12 Jun 2021 13:01:21 +0700 Subject: [PATCH] Version 0.14.7 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index debb57fa..a175969d 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ (System/getenv "CLOJURE_VERSION") "1.8.0")) -(defproject lambdacd "0.14.7-SNAPSHOT" +(defproject lambdacd "0.14.7" :description "A library to create a continous delivery pipeline in code." :url "http://github.com/flosell/lambdacd" :license {:name "Apache License, version 2.0"