mirror of https://github.com/status-im/timbre.git
Bump version (2.0.0-SNAPSHOT)
This commit is contained in:
parent
0dea5a430b
commit
e59918b59f
|
@ -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
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue