Bump version (2.0.0-SNAPSHOT)

This commit is contained in:
Peter Taoussanis 2013-05-18 16:53:33 +07:00
parent 0dea5a430b
commit e59918b59f
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
Current [semantic](http://semver.org/) version:
```clojure
[com.taoensso/timbre "1.6.0"]
[com.taoensso/timbre "1.6.0"] ; Stable
[com.taoensso/timbre "2.0.0-SNAPSHOT"] ; Development, see commit for breaking changes
```
# Timbre, a (sane) Clojure logging & profiling library

View File

@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "1.6.0"
(defproject com.taoensso/timbre "2.0.0-SNAPSHOT"
:description "Clojure logging & profiling library"
:url "https://github.com/ptaoussanis/timbre"
:license {:name "Eclipse Public License"}