From cc3f567ef78012e32159751b883e5c3652a5a5bc Mon Sep 17 00:00:00 2001 From: Rick Moynihan Date: Fri, 19 Nov 2021 10:50:37 +0000 Subject: [PATCH] Version 0.1.13 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 03575d2..ab96f69 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject grafter/matcha.alpha "0.1.13-SNAPSHOT" +(defproject grafter/matcha.alpha "0.1.13" :description "A SPARQL-like query engine and DSL for querying in memory RDF models." :url "https://github.com/Swirrl/matcha"