From eea87dfabffc57d8b9a112192c1fc4abce67a2bf Mon Sep 17 00:00:00 2001 From: Jeremiah Via Date: Tue, 15 Oct 2024 10:04:35 -0700 Subject: [PATCH] Version 0.8.3-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f41c319..edcbb79 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.nytimes/querqy-clj "0.8.2" +(defproject com.nytimes/querqy-clj "0.8.3-SNAPSHOT" :description "Querqy in Clojure" :url "https://github.com/nytimes/querqy-clj"