From efe54c01eca134930099e716e3a53c6eb08a69c7 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 2 Sep 2014 12:21:52 +0700 Subject: [PATCH] Fix project version (should be -RC1, not -SNAPSHOT) --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ab79f5f..235b666 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.7.0-SNAPSHOT" +(defproject com.taoensso/nippy "2.7.0-RC1" :author "Peter Taoussanis " :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy"