diff options
Diffstat (limited to 'cljlib-macros.fnl')
| -rw-r--r-- | cljlib-macros.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cljlib-macros.fnl b/cljlib-macros.fnl index 9352db4..1f7552c 100644 --- a/cljlib-macros.fnl +++ b/cljlib-macros.fnl @@ -978,7 +978,7 @@ calls will not override existing bindings: : defmethod : def : defonce - :_VERSION #"0.2.0" + :_VERSION #"0.3.0" :_LICENSE #"[MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)" :_COPYRIGHT #"Copyright (C) 2020 Andrey Orst" :_DESCRIPTION #"Macros for Cljlib that implement various facilities from Clojure."} |