summaryrefslogtreecommitdiff
path: root/cljlib-macros.fnl
diff options
context:
space:
mode:
authorAndrey Orst <andreyorst@gmail.com>2020-11-19 16:42:28 +0000
committerAndrey Orst <andreyorst@gmail.com>2020-11-19 16:42:28 +0000
commitdc7f076d4bd433c9857944cb2f756b0f07bc3db6 (patch)
tree23d0c792e5785f6b8c7e5af79ec2e1d62148358b /cljlib-macros.fnl
parentd78fc3f0bca806f0f845057f2af0047612f1a8e4 (diff)
parentba778a1223f601333be2411fac7a7efa53c283c4 (diff)
Merge branch 'sets' into 'master'
feature: Sets See merge request andreyorst/fennel-cljlib!6
Diffstat (limited to 'cljlib-macros.fnl')
-rw-r--r--cljlib-macros.fnl2
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."}