From 2db6a22cc72d4234e1ebdee396a87e53d3486470 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sat, 27 Jul 2024 00:39:42 +0530 Subject: [PATCH] updated README.md Signed-off-by: Amith Koujalgi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c733cce..61d0eb0 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Find more details on the [website](https://ollama4j.github.io/ollama4j/). ```groovy dependencies { - implementation 'com.github.ollama4j:ollama4j:Tag' + implementation 'com.github.ollama4j:ollama4j:1.0.78' } ```