From 75e13153601725cbdbb6289c703b2855e99fba70 Mon Sep 17 00:00:00 2001 From: Dom Kiva-Meyer Date: Thu, 29 Nov 2018 09:17:41 -0500 Subject: [PATCH] Bump version --- build.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.boot b/build.boot index 4da623b..352e4ed 100644 --- a/build.boot +++ b/build.boot @@ -1,6 +1,6 @@ (task-options! pom {:project 'com.paren/serene - :version "0.0.1-RC3" + :version "0.0.1" :description "Generate clojure.spec with GraphQL and extend GraphQL with clojure.spec" :url "https://github.com/paren-com/serene" :scm {:url "https://github.com/paren-com/serene"}