From 8d63039db7ef695bb0a9fb890dc223bec9a9905b Mon Sep 17 00:00:00 2001 From: "prateek.khatri" Date: Thu, 18 Jun 2020 17:23:13 +0530 Subject: [PATCH] changing the project version to 3.3.1-alpha.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d0ac4f40..8853fb83 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject tech.gojek/ziggurat "3.3.1" +(defproject tech.gojek/ziggurat "3.3.1-alpha.1" :description "A stream processing framework to build stateless applications on kafka" :url "https://github.com/gojektech/ziggurat" :license {:name "Apache License, Version 2.0"