From fae2375e2b7ada1ff4f7dcc86a25ed53149153f6 Mon Sep 17 00:00:00 2001 From: mcorbin Date: Wed, 31 Jul 2019 23:31:42 +0200 Subject: [PATCH] stay with SNAPSHOT in project.clj --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c31cc21..bd165ce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject meuse "0.1.0-alpha2" +(defproject meuse "0.1.0-SNAPSHOT" :description "A Rust registry" :url "https://github.com/mcorbin/meuse" :license {:name "Eclipse Public License 1.0"}