bump version

This commit is contained in:
Michiel Borkent 2019-08-09 18:34:12 +02:00
parent a54e1831c5
commit 17f8c05bfc
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ $ echo '3' | bb '(#f (+ %1 %2 %3) 1 2 *in*)'
Regexes are written using the reader tag `#r`. Regexes are written using the reader tag `#r`.
``` shellsession ``` shellsession
$ ls | bb --raw '*in*' | bb '(filterv #f (re-find #r "reflection" %) *in*)' $ ls | bb --raw '(filterv #f (re-find #r "reflection" %) *in*)'
["reflection.json"] ["reflection.json"]
``` ```

View file

@ -1 +1 @@
0.0.2 0.0.3-SNAPSHOT