Skip to content

Commit bead6ee

Browse files
committed
Set version to 2.0.0.
1 parent c908b7b commit bead6ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Version 2.0.0 ##
44

5-
Date: ---
5+
Date: 2016-07-28
66

77
This version intend to clean the library from unused and out of context stuff
88
and leave only the useful abstractions. This is a list of main changes (mostly

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject funcool/cats "2.0.0-SNAPSHOT"
1+
(defproject funcool/cats "2.0.0"
22
:description "Category Theory abstractions for Clojure"
33
:url "https://github.com/funcool/cats"
44
:license {:name "BSD (2 Clause)"

0 commit comments

Comments
 (0)