From a0c0a44026a323b7207c71e55c8ad4d693b78be3 Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Sun, 9 May 2021 18:46:59 +0700 Subject: [PATCH] Version 0.14.6 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a15337ec..1bcd1c3c 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ (System/getenv "CLOJURE_VERSION") "1.8.0")) -(defproject lambdacd "0.14.6-SNAPSHOT" +(defproject lambdacd "0.14.6" :description "A library to create a continous delivery pipeline in code." :url "http://github.com/flosell/lambdacd" :license {:name "Apache License, version 2.0"