Fix project version (should be -RC1, not -SNAPSHOT)
This commit is contained in:
parent
38aa3344ae
commit
efe54c01ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject com.taoensso/nippy "2.7.0-SNAPSHOT"
|
(defproject com.taoensso/nippy "2.7.0-RC1"
|
||||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||||
:description "Clojure serialization library"
|
:description "Clojure serialization library"
|
||||||
:url "https://github.com/ptaoussanis/nippy"
|
:url "https://github.com/ptaoussanis/nippy"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue