From 9580f7e5307dde13cf31171a75e49016d78c3e7a Mon Sep 17 00:00:00 2001 From: Jeremiah Via Date: Fri, 19 Jan 2024 13:44:45 -0800 Subject: [PATCH] Version 0.8.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6b17022..6719271 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.nytimes/querqy-clj "0.8.0" +(defproject com.nytimes/querqy-clj "0.8.1-SNAPSHOT" :description "Querqy in Clojure" :url "https://github.com/nytimes/querqy-clj"