From 0423ac46a04f560d1b237b19732bc13506719a3a Mon Sep 17 00:00:00 2001 From: Ludger Solbach Date: Tue, 16 Jul 2024 20:49:37 +0200 Subject: [PATCH] released version 0.27.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 74470ace..174c4e4b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.soulspace.clj/overarch "0.27.0-SNAPSHOT" +(defproject org.soulspace.clj/overarch "0.27.0" :description "Overarch provides a data model for the holistic description of a software system, opening multiple use cases on the model data." :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}