From 3eb9cfce3bb36804e4ba59b86a4ba61ee57bf2cb Mon Sep 17 00:00:00 2001 From: Jeremiah Via Date: Thu, 14 Mar 2024 12:06:20 -0700 Subject: [PATCH] Version 0.8.2-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6ca0c8e..72b785c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.nytimes/querqy-clj "0.8.1" +(defproject com.nytimes/querqy-clj "0.8.2-SNAPSHOT" :description "Querqy in Clojure" :url "https://github.com/nytimes/querqy-clj"