From 2932ef118e00c0a6661a2f8c9a4618021e31cd27 Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Sun, 30 Apr 2023 07:15:11 -0700 Subject: [PATCH] Version 0.2.9 - fixes #11 --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index e5f67e0..b28fa8f 100644 --- a/build.clj +++ b/build.clj @@ -9,7 +9,7 @@ (def lib 'ont-app/rdf) -(def version "0.2.9-SNAPSHOT") +(def version "0.2.9") (defn validate-deps "Throws an `ex-info` of type `::invalid-deps`, or returns `opts` unchanged"