From 7456c0693e04b36113363d2c4889409a58647e62 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 17 Feb 2014 11:33:28 +0700 Subject: [PATCH] v2.6.0-alpha4: forgot to bump project version before --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 20e5d458..2f699965 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.6.0-alpha3" +(defproject com.taoensso/nippy "2.6.0-alpha4" :description "Clojure serialization library" :url "https://github.com/ptaoussanis/nippy" :license {:name "Eclipse Public License"