From 31a52ba619f85f68387bafe79377dd17aea4029f Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 11 Oct 2022 08:37:57 +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 05b86f4..9a6d88a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "0.1.0-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-website "0.1.0" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"