From 862c79f1c91810a97abb4cac6b30ead3e3328932 Mon Sep 17 00:00:00 2001 From: github-actions-bot <> Date: Sun, 18 Aug 2024 10:33:50 +0000 Subject: [PATCH] Version 1.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b5488dc..65604aa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.appsflyer/ketu "1.1.0-SNAPSHOT" +(defproject com.appsflyer/ketu "1.1.0" :description "Clojure Apache Kafka client with core.async api" :url "https://github.com/AppsFlyer/ketu" :license {:name "Apache License, Version 2.0"