From 8243547531c3d1c397e7e84ce7297ff99b27490c Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Wed, 6 May 2020 15:29:35 +0900 Subject: [PATCH] Release 2020.05.06 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3c03a683bf..2bb4108463 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojars-rss "0.1.0-SNAPSHOT" +(defproject clojars-rss "2020.05.06-SNAPSHOT" :description "Unofficially generated RSS feed for libraries recently registered on Clojars" :url "https://github.com/athos/clojars-rss" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"