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