From f88c30fdb8ed30eb680977c12b5bc6df9bfc4117 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Wed, 26 Aug 2015 14:24:10 +0200 Subject: [PATCH] Version 1.0.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d1f6261..017e52e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.zalando.stups/friboo "1.0.0-SNAPSHOT" +(defproject org.zalando.stups/friboo "1.0.0" :description "A utility library to write microservices in clojure." :url "https://github.com/zalando-stups/friboo"