From 4a6a283162bc47d00bcc16540c9e2f933eb109d1 Mon Sep 17 00:00:00 2001 From: Ravindra Jaju Date: Sat, 13 Jan 2024 23:36:54 +0530 Subject: [PATCH] Bump up lucene to 9.9.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1839597..1a1ec02 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def lucene-version "9.9.0") +(def lucene-version "9.9.1") (defproject org.msync/lucene-clj "0.2.0-SNAPSHOT" :description "Lucene bindings for Clojure"