From 02e47e84bd54667e21a7966a794e03e63bda986a Mon Sep 17 00:00:00 2001 From: J Irving Date: Tue, 3 Jul 2018 13:57:01 -0400 Subject: [PATCH] Update version for next snapshot --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6b4e44e..ce2186e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject motiva/sqs-utils "0.1.0" +(defproject motiva/sqs-utils "0.2.0-SNAPSHOT" :description "Higher level SQS utilities for use in Motiva products" :url "https://github.com/Motiva-AI/sqs-utils" :license {:name "Proprietary" :url "https://motiva.ai"}