From ce41ab412c45ed481a3bba905375f3f389b7d5b3 Mon Sep 17 00:00:00 2001 From: Rick Moynihan Date: Mon, 18 Mar 2019 17:40:03 +0000 Subject: [PATCH] Version 0.1.9 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bd99375..cc4d410 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject grafter/matcha.alpha "0.1.9-SNAPSHOT" +(defproject grafter/matcha.alpha "0.1.9" :description "A SPARQL-like query engine and DSL for querying in memory RDF models." :url "https://github.com/Swirrl/matcha"