From f4cc7a4204ab18a34454b550668f31e67077526f Mon Sep 17 00:00:00 2001 From: Anirudh Date: Wed, 10 Jul 2019 17:34:48 +0530 Subject: [PATCH] Updates Ziggurat Version to 3.0.0-alpha.3 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 15a23c35..68bf0122 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject tech.gojek/ziggurat "3.0.0-alpha.2" +(defproject tech.gojek/ziggurat "3.0.0-alpha.3" :description "A stream processing framework to build stateless applications on kafka" :url "https://github.com/gojektech/ziggurat" :license {:name "Apache License, Version 2.0"