From 5b00d129f3975f9e5f8c48257912ae15f324c7c5 Mon Sep 17 00:00:00 2001 From: Rick Moynihan Date: Thu, 11 Mar 2021 16:16:58 +0000 Subject: [PATCH] Version 0.1.12 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bf5c5d9..5a0345c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject grafter/matcha.alpha "0.1.12-SNAPSHOT" +(defproject grafter/matcha.alpha "0.1.12" :description "A SPARQL-like query engine and DSL for querying in memory RDF models." :url "https://github.com/Swirrl/matcha"