diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-19 16:42:28 +0000 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-19 16:42:28 +0000 |
| commit | ba778a1223f601333be2411fac7a7efa53c283c4 (patch) | |
| tree | 23d0c792e5785f6b8c7e5af79ec2e1d62148358b /cljlib-macros.fnl | |
| parent | d78fc3f0bca806f0f845057f2af0047612f1a8e4 (diff) | |
feature: Sets
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."} |